2020-09-18 11:23:18 -03:00
|
|
|
# Requirements to build the Python documentation
|
2023-04-26 14:07:31 -03:00
|
|
|
#
|
|
|
|
# Note that when updating this file, you will likely also have to update
|
|
|
|
# the Doc/constraints.txt file.
|
2020-09-18 11:23:18 -03: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.
|
2023-05-26 10:29:45 -03:00
|
|
|
# PR #104777: Sphinx 6.2 no longer uses imghdr, removed in Python 3.13.
|
2023-08-04 11:16:10 -03:00
|
|
|
sphinx==6.2.1
|
2020-09-18 11:23:18 -03:00
|
|
|
|
2019-08-21 10:08:47 -03:00
|
|
|
blurb
|
2020-09-18 11:23:18 -03:00
|
|
|
|
2023-02-07 09:59:26 -04:00
|
|
|
sphinxext-opengraph==0.7.5
|
2022-02-10 03:59:04 -04:00
|
|
|
|
2020-09-18 11:23:18 -03:00
|
|
|
# The theme used by the documentation is stored separately, so we need
|
|
|
|
# to install that as well.
|
2023-08-06 08:08:32 -03:00
|
|
|
python-docs-theme>=2023.3.1,!=2023.7
|
2023-04-26 14:07:31 -03:00
|
|
|
|
|
|
|
-c constraints.txt
|