diff options
author | Dana Powers <dana.powers@rd.io> | 2016-01-07 17:10:04 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2016-01-07 17:10:04 -0800 |
commit | 2a2e77aa1e5c31b3e815d573051bb2019daaa306 (patch) | |
tree | 3b8eb891b5b8f60ff36dfb2a17b0766a28b11dac /docs/conf.py | |
parent | 19d403c743c99b0ecf8084bc35ee3718f624ca3f (diff) | |
download | kafka-python-2a2e77aa1e5c31b3e815d573051bb2019daaa306.tar.gz |
Drop sphinxcontrib-napoleon in favor of sphinx.ext.napolean
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index dc68fd4..805c729 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode', - 'sphinxcontrib.napoleon', + 'sphinx.ext.napoleon', ] # Add any paths that contain templates here, relative to this directory. |