2017-11-17 02:41:06 +01:00
|
|
|
# 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
|
2021-06-04 20:11:00 +02:00
|
|
|
sphinx<4 # https://github.com/readthedocs/sphinx_rtd_theme/issues/1159
|
2019-09-23 01:34:04 +02:00
|
|
|
sphinx-rtd-theme
|
2017-11-17 02:41:06 +01:00
|
|
|
|
2020-08-11 01:47:49 +02:00
|
|
|
# Needed to build Markdown docs
|
2019-10-02 03:09:15 +02:00
|
|
|
recommonmark
|