##// END OF EJS Templates
Remove matplotlib requirement for building docs...
Thomas Kluyver -
Show More
@@ -4,7 +4,7 b''
4 The IPython API
4 The IPython API
5 ###################
5 ###################
6
6
7 .. htmlonly::
7 .. only:: html
8
8
9 :Release: |version|
9 :Release: |version|
10 :Date: |today|
10 :Date: |today|
@@ -54,9 +54,6 b" exec(compile(open('../../IPython/core/release.py').read(), '../../IPython/core/r"
54 # Add any Sphinx extension module names here, as strings. They can be extensions
54 # Add any Sphinx extension module names here, as strings. They can be extensions
55 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
55 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
56 extensions = [
56 extensions = [
57 'matplotlib.sphinxext.mathmpl',
58 'matplotlib.sphinxext.only_directives',
59 'matplotlib.sphinxext.plot_directive',
60 'sphinx.ext.autodoc',
57 'sphinx.ext.autodoc',
61 'sphinx.ext.autosummary',
58 'sphinx.ext.autosummary',
62 'sphinx.ext.doctest',
59 'sphinx.ext.doctest',
@@ -4,7 +4,7 b''
4 IPython Documentation
4 IPython Documentation
5 =====================
5 =====================
6
6
7 .. htmlonly::
7 .. only:: html
8
8
9 :Release: |release|
9 :Release: |release|
10 :Date: |today|
10 :Date: |today|
@@ -104,7 +104,7 b' repository <http://github.com/ipython/ipython>`_.'
104 Formerly ``IPython.parallel``.
104 Formerly ``IPython.parallel``.
105
105
106
106
107 .. htmlonly::
107 .. only:: html
108 * :ref:`genindex`
108 * :ref:`genindex`
109 * :ref:`modindex`
109 * :ref:`modindex`
110 * :ref:`search`
110 * :ref:`search`
General Comments 0
You need to be logged in to leave comments. Login now