We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b6e3e commit fa4876aCopy full SHA for fa4876a
docs/make.jl
@@ -119,12 +119,6 @@ makedocs(;
119
authors="Anshul Singhvi <anshulsinghvi@gmail.com> and contributors",
120
repo="https://github.com/JuliaGeo/GeometryOps.jl/blob/{commit}{path}#{line}",
121
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
- # ),
128
format = DocumenterVitepress.MarkdownVitepress(
129
repo = "github.com/JuliaGeo/GeometryOps.jl",
130
),
@@ -143,7 +137,6 @@ makedocs(;
143
137
"Source code" => literate_pages,
144
138
],
145
139
warnonly = true,
146
- draft = true,
147
140
)
148
141
149
142
deploydocs(;
0 commit comments