From d1ab450bb68fdbdc687564be3651c5ddf420ab72 Mon Sep 17 00:00:00 2001
From: Carleton Coffrin <cjc@lanl.gov>
Date: Thu, 6 Feb 2020 12:29:07 -0600
Subject: [PATCH] add mathengine to makedocs parameters

---
 docs/make.jl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/make.jl b/docs/make.jl
index d0d8be809..d069f282e 100644
--- a/docs/make.jl
+++ b/docs/make.jl
@@ -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 = [