diff options
author | Rob Ruana <rob@relentlessidiot.com> | 2014-01-19 13:43:54 -0500 |
---|---|---|
committer | Rob Ruana <rob@relentlessidiot.com> | 2014-01-19 13:43:54 -0500 |
commit | 63fbb819c74b36c87478e017cf35c01feba2bf50 (patch) | |
tree | eae54c1f8a03bbbc9c185fbce130174893a646e1 /tests/root/conf.py | |
parent | 4c782604ed334f7d1c4e12e717eb9b503a4af5e9 (diff) | |
download | sphinx-git-63fbb819c74b36c87478e017cf35c01feba2bf50.tar.gz |
Makes suggested changes before adding napoleon to sphinx
Diffstat (limited to 'tests/root/conf.py')
-rw-r--r-- | tests/root/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py index af984e5ea..f0d40148b 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' |