Skip to content

Commit

Permalink
Update sphinx to 1.3
Browse files Browse the repository at this point in the history
Version 1.3 bundles Napoleon, and requires RTD_theme >= 0.18
  • Loading branch information
unbrice committed May 23, 2015
1 parent 54b3d3c commit 5d379d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mock
sphinx>=1.2
sphinx>=1.3
sphinx_rtd_theme
sphinxcontrib-napoleon

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
#needs_sphinx = '1.0'
needs_sphinx = '1.3'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand All @@ -19,9 +19,9 @@
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinxcontrib.napoleon',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
]

Expand Down

0 comments on commit 5d379d2

Please sign in to comment.