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 0a85a7e commit c09c5b9Copy full SHA for c09c5b9
docs/Project.toml
@@ -5,7 +5,7 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
5
Oscar = "f1435218-dba5-11e9-1e4d-f1a5fab5fc13"
6
7
[compat]
8
-Documenter = "1.9.0"
+Documenter = "1.16.0"
9
DocumenterCitations = "~1.3.4"
10
JSON = "1.0.1"
11
docs/make_work.jl
@@ -195,6 +195,7 @@ function doit(
195
clean=true,
196
doctest=false,
197
warnonly=warnonly,
198
+ treat_markdown_warnings_as_error=!warnonly,
199
checkdocs=:none,
200
pages=doc,
201
remotes=Dict(
0 commit comments