Re-add extensions [ci skip]

Fixes #1183. Thanks @joekilner. This should resolve.
This commit is contained in:
Alex Clark 2015-04-08 11:07:59 -04:00
parent 888414f91e
commit 7f4cfdf36b

View File

@ -29,7 +29,8 @@ import shlex
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = []
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode',
'sphinx.ext.intersphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']