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==4.5.0
10
11blurb
12
13sphinx-lint==0.6.7
14sphinxext-opengraph>=0.7.1
15
16# The theme used by the documentation is stored separately, so we need
17# to install that as well.
18python-docs-theme>=2022.1
19
20-c constraints.txt
21