File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
[deps ]
2
+ ArrayLayouts = " 4c555306-a7a7-4459-81d9-ec55ddd5c99a"
2
3
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
4
+
5
+ [compat ]
6
+ Documenter = " 1"
Original file line number Diff line number Diff line change 1
1
using Documenter
2
2
using ArrayLayouts
3
3
4
+ DocMeta. setdocmeta! (ArrayLayouts, :DocTestSetup , :(using ArrayLayouts); recursive= true )
5
+
4
6
makedocs (
5
7
sitename = " ArrayLayouts" ,
6
- format = Documenter . HTML () ,
7
- modules = [ArrayLayouts]
8
+ modules = [ArrayLayouts] ,
9
+ warnonly = :missing_docs ,
8
10
)
9
11
10
12
# Documenter can also automatically deploy documentation to gh-pages.
11
13
# See "Hosting Documentation" and deploydocs() in the Documenter manual
12
14
# for more information.
13
- #= deploydocs(
14
- repo = "<repository url>"
15
- )=#
15
+ deploydocs (
16
+ repo = " github.com/JuliaLinearAlgebra/ArrayLayouts.jl.git " ,
17
+ )
You can’t perform that action at this time.
0 commit comments