Skip to content

Commit 1df1c9b

Browse files
committed
some more docu changes
1 parent f531967 commit 1df1c9b

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

docs/make.jl

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ makedocs(
2121
clean = true,
2222
strict = true,
2323
sitename = "AlgebraicSolving.jl",
24-
format = Documenter.HTML(prettyurls = !local_build, collapselevel = 1),
24+
format = Documenter.HTML(),
2525
pages = [
26-
"About" => "index.md",
27-
"Data Types" => "types.md",
28-
"Algorithms" => ["algorithms/groebner-bases.md",
29-
"algorithms/solvers.md"],
30-
"Examples" => "examples/katsura.md"
26+
"index.md",
27+
"types.md",
28+
"Algorithms" => ["groebner-bases.md",
29+
"solvers.md"],
30+
"Examples" => "katsura.md"
3131
]
3232
)
3333

@@ -38,7 +38,4 @@ deploydocs(
3838
# options
3939
repo = "github.com/algebraic-solving/AlgebraicSolving.jl.git",
4040
target = "build",
41-
deps = nothing,
42-
make = nothing,
43-
devbranch = "main"
4441
)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)