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 b123627 commit b890e45Copy full SHA for b890e45
docs/make.jl
@@ -2,8 +2,11 @@ using Documenter, MathOptInterface
2
3
makedocs(
4
sitename = "MathOptInterface",
5
- # See https://github.com/JuliaDocs/Documenter.jl/issues/868
6
- format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
+ format = Documenter.HTML(
+ # See https://github.com/JuliaDocs/Documenter.jl/issues/868
7
+ prettyurls = get(ENV, "CI", nothing) == "true",
8
+ mathengine = Documenter.MathJax()
9
+ ),
10
# See https://github.com/JuliaOpt/JuMP.jl/issues/1576
11
strict = true,
12
pages = [
0 commit comments