Skip to content

Commit fa4876a

Browse files
authored
Remove draft option and redundant HTML backend def in docs
1 parent 06b6e3e commit fa4876a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/make.jl

-7
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ makedocs(;
119119
authors="Anshul Singhvi <[email protected]> and contributors",
120120
repo="https://github.com/JuliaGeo/GeometryOps.jl/blob/{commit}{path}#{line}",
121121
sitename="GeometryOps.jl",
122-
# format=Documenter.HTML(;
123-
# prettyurls=get(ENV, "CI", "false") == "true",
124-
# canonical="https://JuliaGeo.github.io/GeometryOps.jl",
125-
# edit_link="main",
126-
# assets=String[],
127-
# ),
128122
format = DocumenterVitepress.MarkdownVitepress(
129123
repo = "github.com/JuliaGeo/GeometryOps.jl",
130124
),
@@ -143,7 +137,6 @@ makedocs(;
143137
"Source code" => literate_pages,
144138
],
145139
warnonly = true,
146-
draft = true,
147140
)
148141

149142
deploydocs(;

0 commit comments

Comments
 (0)