2020-09-18 16:23:18 +02:00
|
|
|
# Requirements to build the Python documentation
|
2023-04-26 11:07:31 -06:00
|
|
|
#
|
|
|
|
|
# Note that when updating this file, you will likely also have to update
|
|
|
|
|
# the Doc/constraints.txt file.
|
2020-09-18 16:23:18 +02:00
|
|
|
|
|
|
|
|
# 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.
|
2024-10-10 21:26:01 +01:00
|
|
|
sphinx~=8.1.0
|
2020-09-18 16:23:18 +02:00
|
|
|
|
2019-08-21 06:08:47 -07:00
|
|
|
blurb
|
2020-09-18 16:23:18 +02:00
|
|
|
|
2024-07-19 08:58:19 +01:00
|
|
|
sphinxext-opengraph~=0.9.0
|
|
|
|
|
sphinx-notfound-page~=1.0.0
|
2022-02-10 08:59:04 +01:00
|
|
|
|
2020-09-18 16:23:18 +02:00
|
|
|
# The theme used by the documentation is stored separately, so we need
|
|
|
|
|
# to install that as well.
|
2023-08-06 13:08:32 +02:00
|
|
|
python-docs-theme>=2023.3.1,!=2023.7
|
2023-04-26 11:07:31 -06:00
|
|
|
|
|
|
|
|
-c constraints.txt
|