Skip to content

Commit

Permalink
Replaced imgmath with png math for read the docs (Sphinx 1.3.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Oct 10, 2016
1 parent 50a6981 commit 06f6748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
'sphinx.ext.autosummary', 'sphinx.ext.viewcode', 'sphinx.ext.coverage',
'sphinx.ext.doctest', 'sphinx.ext.ifconfig', 'sphinx.ext.imgmath',
'sphinx.ext.doctest', 'sphinx.ext.ifconfig', 'sphinx.ext.pngmath',
'sphinx.ext.napoleon']

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 06f6748

Please sign in to comment.