Description: use mathjax instead of pngmath
Author: Anton Gladky <gladk@debian.org>
Bug-Debian: https://bugs.debian.org/918797
Last-Update: 2019-01-26

Index: minieigen/doc/source/conf.py
===================================================================
--- minieigen.orig/doc/source/conf.py
+++ minieigen/doc/source/conf.py
@@ -116,7 +116,7 @@ def setup(app):
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.pngmath', 'sphinx.ext.todo']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.mathjax', 'sphinx.ext.todo']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
