Skip to content

Commit

Permalink
Merge pull request #2 from cdeil/issue-2
Browse files Browse the repository at this point in the history
Sphinx build error
  • Loading branch information
pbrod committed Apr 21, 2015
2 parents 26e65c8 + a552178 commit 8d402c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ __pycache__/*

# Package files
*.egg
.eggs
.installed.cfg
*.egg-info

Expand Down
11 changes: 6 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['numpydoc', 'sphinx.ext.autodoc', 'sphinx.ext.autosummary',
'sphinx.ext.doctest', 'sphinx.ext.pngmath',
'sphinx.ext.intersphinx', 'sphinx.ext.todo',
'sphinx.ext.viewcode', 'sphinx.ext.coverage', 'sphinx.ext.ifconfig']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary',
'sphinx.ext.doctest', 'sphinx.ext.pngmath',
'sphinx.ext.intersphinx', 'sphinx.ext.todo',
'sphinx.ext.viewcode', 'sphinx.ext.coverage',
'sphinx.ext.ifconfig', 'numpydoc']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -107,7 +108,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
html_theme = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
20 changes: 1 addition & 19 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,7 @@ Numdifftools

This is the documentation of **Numdifftools**.

.. note::

This is the main page of your project's `Sphinx <http://sphinx-doc.org/>`_
documentation. It is formatted in `reStructuredText
<http://sphinx-doc.org/rest.html>`__. Add additional pages by creating
rst-files in ``docs`` and adding them to the `toctree
<http://sphinx-doc.org/markup/toctree.html>`_ below. Use then
`references <http://sphinx-doc.org/markup/inline.html>`__ in order to link
them from this page. It is also possible to refer to the documentation of
other Python packages with the `Python domain syntax
<http://sphinx-doc.org/domains.html#the-python-domain>`__. By default you
can reference the documentation of `Sphinx <http://sphinx.pocoo.org>`__,
`Python <http://docs.python.org/>`__, `matplotlib
<http://matplotlib.sourceforge.net>`__, `NumPy
<http://docs.scipy.org/doc/numpy>`__, `Scikit-Learn
<http://scikit-learn.org/stable>`__, `Pandas
<http://pandas.pydata.org/pandas-docs/stable>`__, `SciPy
<http://docs.scipy.org/doc/scipy/reference/>`__. You can add more by
extending the ``intersphinx_mapping`` in your Sphinx's ``conf.py``.
Code and issue tracker is at https://github.com/pbrod/numdifftools .

Contents
========
Expand Down

0 comments on commit 8d402c6

Please sign in to comment.