We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a58153 commit 3f5bfd4Copy full SHA for 3f5bfd4
1 file changed
docs/make.jl
@@ -123,6 +123,13 @@ 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!(
127
+ MathOptInterface,
128
+ :DocTestSetup,
129
+ :(import MathOptInterface as MOI);
130
+ recursive=true,
131
+)
132
+
133
@time Documenter.makedocs(
134
sitename = "MathOptInterface",
135
authors = "The JuMP core developers and contributors",
0 commit comments