chore(docs): Migrate to sphinx.ext.napolean (#827)

This commit is contained in:
Kurt Griffiths
2016-06-15 12:31:45 -05:00
committed by John Vrbanac
parent a719168890
commit ad95b0ef28
2 changed files with 2 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinxcontrib.napoleon',
'sphinx.ext.napoleon',
]
# Add any paths that contain templates here, relative to this directory.

View File

@@ -2,6 +2,5 @@ docutils
jinja2
markupsafe
pygments
sphinx
sphinxcontrib-napoleon
sphinx>=1.4.4
sphinx_rtd_theme