summaryrefslogtreecommitdiff
path: root/docs/requirements.txt
blob: 0f095e07491256f8a6890ae485a7041a7ead68b0 (plain)
1
2
3
4
5
6
7
sphinx
sphinx_rtd_theme

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