diff options
Diffstat (limited to 'docs/requirements.txt')
-rw-r--r-- | docs/requirements.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..94c50d8 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,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 .. |