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 /doc/conf.py | |
parent | 4c782604ed334f7d1c4e12e717eb9b503a4af5e9 (diff) | |
download | sphinx-git-63fbb819c74b36c87478e017cf35c01feba2bf50.tar.gz |
Makes suggested changes before adding napoleon to sphinx
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index b6515a38d..9932c8ed3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -7,8 +7,7 @@ import sphinx extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', - 'sphinx.ext.autosummary', 'sphinx.ext.extlinks', - 'sphinx.ext.napoleon'] + 'sphinx.ext.autosummary', 'sphinx.ext.extlinks'] master_doc = 'contents' templates_path = ['_templates'] |