We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d7134 commit 1c6ade4Copy full SHA for 1c6ade4
2 files changed
docs/Project.toml
@@ -4,4 +4,4 @@ ProximalCore = "dc4f5ac2-75d1-4f31-931e-60435d74994b"
4
ProximalOperators = "a725b495-10eb-56fe-b38b-717eba820537"
5
6
[compat]
7
-Documenter = "0.27"
+Documenter = "1"
docs/make.jl
@@ -10,6 +10,7 @@ makedocs(
10
"Prox and gradient" => "operators.md",
11
"Demos" => "demos.md"
12
],
13
+ checkdocs=:none,
14
)
15
16
deploydocs(
0 commit comments