File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ makedocs(;
99 sitename= " QuestBase.jl" ,
1010 authors= " Quest group" ,
1111 modules= QuestBase,
12- format= Documenter. HTML(
13- canonical = " https://quantumengineeredsystems.github.io/QuestBase.jl/stable/" ),
14- pages = pages,
15- clean = true ,
16- linkcheck = true ,
17- warnonly = :missing_docs,
12+ format= Documenter. HTML(;
13+ canonical= " https://quantumengineeredsystems.github.io/QuestBase.jl/stable/"
14+ ),
15+ pages= pages,
16+ clean= true ,
17+ linkcheck= true ,
18+ warnonly= :missing_docs,
1819 draft= ! CI,
1920 doctest= false , # We test it in the CI, no need to run it here
2021)
Original file line number Diff line number Diff line change 1- pages = [
2- " Home" => " index.md" ,
3- " API" => " API.md"
4- ]
1+ pages = [" Home" => " index.md" , " API" => " API.md" ]
You can’t perform that action at this time.
0 commit comments