2020-09-18 14:23:18 +00:00
|
|
|
# Requirements to build the Python documentation
|
|
|
|
|
|
|
|
# Sphinx version is pinned so that new versions that introduce new warnings
|
|
|
|
# won't suddenly cause build failures. Updating the version is fine as long
|
|
|
|
# as no warnings are raised by doing so.
|
2022-03-30 11:00:27 +00:00
|
|
|
sphinx==4.5.0
|
2020-09-18 14:23:18 +00:00
|
|
|
|
2019-08-21 13:08:47 +00:00
|
|
|
blurb
|
2020-09-18 14:23:18 +00:00
|
|
|
|
2022-10-06 17:11:37 +00:00
|
|
|
# sphinx-lint 0.6.2 yields many default role errors due to the new regular
|
|
|
|
# expression used for default role detection, so we don't use the version
|
|
|
|
# until the errors are fixed.
|
2022-10-06 20:58:41 +00:00
|
|
|
sphinx-lint==0.6.1
|
2022-02-10 07:59:04 +00:00
|
|
|
|
2020-09-18 14:23:18 +00:00
|
|
|
# The theme used by the documentation is stored separately, so we need
|
|
|
|
# to install that as well.
|
2022-01-11 16:32:42 +00:00
|
|
|
python-docs-theme>=2022.1
|