summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2016-01-07 17:10:04 -0800
committerDana Powers <dana.powers@rd.io>2016-01-07 17:10:04 -0800
commit2a2e77aa1e5c31b3e815d573051bb2019daaa306 (patch)
tree3b8eb891b5b8f60ff36dfb2a17b0766a28b11dac /docs
parent19d403c743c99b0ecf8084bc35ee3718f624ca3f (diff)
downloadkafka-python-2a2e77aa1e5c31b3e815d573051bb2019daaa306.tar.gz
Drop sphinxcontrib-napoleon in favor of sphinx.ext.napolean
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
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.