Skip to content

Commit 68db474

Browse files
committed
format
1 parent 4cc3488 commit 68db474

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

docs/make.jl

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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
)

docs/pages.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
pages = [
2-
"Home" => "index.md",
3-
"API" => "API.md"
4-
]
1+
pages = ["Home" => "index.md", "API" => "API.md"]

0 commit comments

Comments
 (0)