diff options
author | Dana Powers <dana.powers@rd.io> | 2015-03-09 00:01:00 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2015-03-29 16:36:37 -0700 |
commit | 5652f595632bff728c7880de8892d8cb0a99cb45 (patch) | |
tree | 14dc5f5ce26a2999d0bc2a97034016562929373a | |
parent | c1ca3bf97ed91f25bd3d0489ca4f3a7d61ab95b8 (diff) | |
download | kafka-python-5652f595632bff728c7880de8892d8cb0a99cb45.tar.gz |
Add sphinx_rtd_theme to docs requirements.txt
-rw-r--r-- | docs/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index 86b4f05..d32365f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,6 @@ sphinx sphinxcontrib-napoleon +sphinx_rtd_theme # Install kafka-python in editable mode # This allows the sphinx autodoc module |