summaryrefslogtreecommitdiff
path: root/docs/requirements.txt
blob: d32365f11db72c2d3b8231a37d64a07c6df43860 (plain)
1
2
3
4
5
6
7
8
sphinx
sphinxcontrib-napoleon
sphinx_rtd_theme

# Install kafka-python in editable mode
# This allows the sphinx autodoc module
# to load the Python modules and extract docstrings.
# -e ..