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 | |
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')
-rw-r--r-- | doc/conf.py | 1 | ||||
-rw-r--r-- | doc/requirements.txt | 1 |
2 files changed, 0 insertions, 2 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', ] diff --git a/doc/requirements.txt b/doc/requirements.txt index 3ae49210..81778351 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,4 @@ # PyPI requirements for building documentation for coverage.py pyenchant sphinx -sphinxcontrib-napoleon sphinxcontrib-spelling |