summaryrefslogtreecommitdiff
path: root/tests/root
diff options
context:
space:
mode:
authorRob Ruana <rob@relentlessidiot.com>2014-01-19 13:43:54 -0500
committerRob Ruana <rob@relentlessidiot.com>2014-01-19 13:43:54 -0500
commit77d5f2776cb262c7f3e6d85ea065ae06a25e606b (patch)
treeeae54c1f8a03bbbc9c185fbce130174893a646e1 /tests/root
parenta8b06aa17015396b9bd5accb5cca4644f69f307d (diff)
downloadsphinx-77d5f2776cb262c7f3e6d85ea065ae06a25e606b.tar.gz
Makes suggested changes before adding napoleon to sphinx
Diffstat (limited to 'tests/root')
-rw-r--r--tests/root/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py
index af984e5e..f0d40148 100644
--- a/tests/root/conf.py
+++ b/tests/root/conf.py
@@ -8,7 +8,7 @@ sys.path.append(os.path.abspath('..'))
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.jsmath', 'sphinx.ext.todo',
'sphinx.ext.coverage', 'sphinx.ext.autosummary',
'sphinx.ext.doctest', 'sphinx.ext.extlinks',
- 'sphinx.ext.viewcode', 'sphinx.ext.napoleon', 'ext']
+ 'sphinx.ext.viewcode', 'ext']
jsmath_path = 'dummy.js'