diff options
-rw-r--r-- | doc/conf.py | 1 | ||||
-rw-r--r-- | requirements.txt | 1 |
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 |