We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5bfd4 commit c9e0f70Copy full SHA for c9e0f70
1 file changed
docs/make.jl
@@ -123,11 +123,11 @@ end
123
# link checking. Inn production we replace this by running the LaTeX build.
124
write(joinpath(@__DIR__, "src", "MathOptInterface.pdf"), "")
125
126
-DocMeta.setdocmeta!(
+Documenter.DocMeta.setdocmeta!(
127
MathOptInterface,
128
:DocTestSetup,
129
:(import MathOptInterface as MOI);
130
- recursive=true,
+ recursive = true,
131
)
132
133
@time Documenter.makedocs(
0 commit comments