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

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