mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Sync versions from commit 069d6ced69
on
main, excluding django-auth-ldap, Jinja2, mypy, premailer, PyJWT,
semgrep, Sphinx, SQLAlchemy, zulip, and zulip-bots.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
16 lines
438 B
Plaintext
16 lines
438 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<4.0.0
|
|
sphinx-rtd-theme
|
|
|
|
# Needed to build Markdown docs
|
|
myst-parser
|