diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-26 06:56:58 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-26 06:56:58 -0400 |
commit | 882171549d866c326fc54c0d6b0744c61ecfc539 (patch) | |
tree | c1a98cda25ca3d36f612fa1e2e1da96a1e21b419 /doc/conf.py | |
parent | 00b076ba91adf36d568f991913579dd566c64924 (diff) | |
download | python-coveragepy-git-882171549d866c326fc54c0d6b0744c61ecfc539.tar.gz |
Get rid of napoleon style docstrings, they don't format nicely.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 7be1ca79..de90dd74 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -31,7 +31,6 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.ifconfig', - 'sphinxcontrib.napoleon', 'sphinxcontrib.spelling', 'px_xlator', ] |