diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-28 11:06:55 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-28 11:06:55 -0500 |
commit | 754a976bde2c8c0955cb1b573cf113eefb5f6e63 (patch) | |
tree | a5072e91ab7454147a28fd13671162ae02e16eb8 /doc/conf.py | |
parent | 93561c76f281656169e5c062d93bc30da95d8c94 (diff) | |
download | python-coveragepy-git-754a976bde2c8c0955cb1b573cf113eefb5f6e63.tar.gz |
Napoleon is good for docs
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 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', ] |