1# Requirements to build the Python documentation 2# 3# Note that when updating this file, you will likely also have to update 4# the Doc/constraints.txt file. 5 6# Sphinx version is pinned so that new versions that introduce new warnings 7# won't suddenly cause build failures. Updating the version is fine as long 8# as no warnings are raised by doing so. 9sphinx~=8.1.0 10 11blurb 12 13sphinxext-opengraph~=0.9.0 14sphinx-notfound-page~=1.0.0 15 16# The theme used by the documentation is stored separately, so we need 17# to install that as well. 18python-docs-theme>=2023.3.1,!=2023.7 19 20-c constraints.txt 21