summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Levin <slev@altlinux.org>2019-02-18 00:06:09 +0300
committerJeff Widman <jeff@jeffwidman.com>2019-02-27 10:14:43 -0800
commitfd3eb91ce7ccf5c03bba62a4e7138407bd28f239 (patch)
treeba631655bf4c0adc760280a2b92872b45e2a5b82
parent03664ebe9ed8bc965391f925d50219eea4d6ac57 (diff)
downloadkafka-python-fd3eb91ce7ccf5c03bba62a4e7138407bd28f239.tar.gz
Drop dependency on sphinxcontrib-napoleon
Since 1.3b1 (released Oct 10, 2014) Sphinx has support for NumPy and Google style docstring support via sphinx.ext.napoleon extension. The latter is already used, but sphinxcontrib-napoleon requirement still presents. Signed-off-by: Stanislav Levin <slev@altlinux.org>
-rw-r--r--docs/requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt
index d32365f..0f095e0 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,5 +1,4 @@
sphinx
-sphinxcontrib-napoleon
sphinx_rtd_theme
# Install kafka-python in editable mode