Skip to content

Commit

Permalink
add mathengine to makedocs parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin authored Feb 6, 2020
1 parent 693fa3f commit d1ab450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Documenter, PowerModels

makedocs(
modules = [PowerModels],
format = Documenter.HTML(analytics = "UA-367975-10"),
format = Documenter.HTML(analytics = "UA-367975-10", mathengine = Documenter.MathJax()),
sitename = "PowerModels",
authors = "Carleton Coffrin, Russell Bent, and contributors.",
pages = [
Expand Down

0 comments on commit d1ab450

Please sign in to comment.