summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-12-28 11:06:55 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-12-28 11:06:55 -0500
commit754a976bde2c8c0955cb1b573cf113eefb5f6e63 (patch)
treea5072e91ab7454147a28fd13671162ae02e16eb8
parent93561c76f281656169e5c062d93bc30da95d8c94 (diff)
downloadpython-coveragepy-git-754a976bde2c8c0955cb1b573cf113eefb5f6e63.tar.gz
Napoleon is good for docs
-rw-r--r--doc/conf.py1
-rw-r--r--requirements.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 2f1faf8d..b5bb715c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -28,6 +28,7 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.ifconfig',
+ 'sphinxcontrib.napoleon',
'sphinxcontrib.spelling',
'px_xlator',
]
diff --git a/requirements.txt b/requirements.txt
index 5705ca64..1112bf9e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,5 +3,6 @@ mock
pyenchant
pylint
sphinx
+sphinxcontrib-napoleon
sphinxcontrib-spelling
tox