Skip to content

Commit 6387f6c

Browse files
committed
Downgraded from sphinx.ext.imgmath to sphinx.ext.pngmath for Read the Docs compatibility.
1 parent efff3fb commit 6387f6c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Enrich2 runs on Python 2.7 and requires the following packages:
1919
* [Statsmodels](http://statsmodels.sourceforge.net/) version 0.6.1 or higher
2020
* [matplotlib](http://matplotlib.org/) version 1.4.3 or higher
2121

22-
The configuration GUI requires [Tkinter](https://docs.python.org/2/library/tkinter.html). Building a local copy of the documentation requires [Sphinx](http://sphinx-doc.org/) version 1.4.0 or higher.
22+
The configuration GUI requires [Tkinter](https://docs.python.org/2/library/tkinter.html). Building a local copy of the documentation requires [Sphinx](http://sphinx-doc.org/).
2323

2424
We recommend using a scientific Python distribution such as [Anaconda](https://store.continuum.io/cshop/anaconda/) or [Enthought Canopy](https://www.enthought.com/products/canopy/) to install and manage dependencies. PyTables may not be installed when using the default settings for your distribution. If you encounter errors, check that the `tables` module is present.
2525

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# Add any Sphinx extension module names here, as strings. They can be extensions
2828
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
29-
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.imgmath',
29+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.pngmath',
3030
'sphinx.ext.inheritance_diagram', 'sphinx.ext.intersphinx',
3131
'sphinx.ext.todo', 'sphinx.ext.napoleon']
3232

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Enrich2 runs on Python 2.7 and has the following dependencies:
1515
* `Statsmodels <http://statsmodels.sourceforge.net/>`_ version 0.6.1 or higher
1616
* `matplotlib <http://matplotlib.org/>`_ version 1.4.3 or higher
1717

18-
The configuration GUI requires `Tkinter <https://docs.python.org/2/library/tkinter.html>`_. Building a local copy of the documentation requires `Sphinx <http://sphinx-doc.org/>`_ version 1.4.0 or higher.
18+
The configuration GUI requires `Tkinter <https://docs.python.org/2/library/tkinter.html>`_. Building a local copy of the documentation requires `Sphinx <http://sphinx-doc.org/>`_.
1919

2020
.. note:: We recommend using a scientific Python distribution such as `Anaconda <https://store.continuum.io/cshop/anaconda/>`_ or `Enthought Canopy <https://www.enthought.com/products/canopy/>`_ to install and manage dependencies.
2121

0 commit comments

Comments
 (0)