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 11[deps ]
2+ ArrayLayouts = " 4c555306-a7a7-4459-81d9-ec55ddd5c99a"
23Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
4+
5+ [compat ]
6+ Documenter = " 1"
Original file line number Diff line number Diff line change 11using Documenter
22using ArrayLayouts
33
4+ DocMeta. setdocmeta! (ArrayLayouts, :DocTestSetup , :(using ArrayLayouts); recursive= true )
5+
46makedocs (
57 sitename = " ArrayLayouts" ,
6- format = Documenter . HTML () ,
7- modules = [ArrayLayouts]
8+ modules = [ArrayLayouts] ,
9+ warnonly = :missing_docs ,
810)
911
1012# Documenter can also automatically deploy documentation to gh-pages.
1113# See "Hosting Documentation" and deploydocs() in the Documenter manual
1214# 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