Files
zulip/requirements/docs.in
Anders Kaseorg 019bd848ca requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-08-24 07:51:48 -07:00

16 lines
505 B
Plaintext

# This is used by ReadTheDocs to install dependencies, so it's
# valuable to keep this file as just the dependencies for our
# documentation.
# After editing this file, you MUST afterward run
# /tools/update-locked-requirements to update requirements/dev.txt
# and requirements/docs.txt.
# See requirements/README.md for more detail.
# Needed to build RTD docs
sphinx
sphinx-rtd-theme>=1.0.0rc1 # https://github.com/readthedocs/sphinx_rtd_theme/issues/1159
# Needed to build Markdown docs
myst-parser