• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Requirements to build the Python documentation
2
3# Sphinx version is pinned so that new versions that introduce new warnings
4# won't suddenly cause build failures. Updating the version is fine as long
5# as no warnings are raised by doing so.
6sphinx==3.2.1
7# Docutils version is pinned to a version compatible with Sphinx
8# version 3.2.1. It can be removed after bumping Sphinx version to at
9# least 3.5.4.
10docutils==0.17.1
11
12blurb
13
14# The theme used by the documentation is stored separately, so we need
15# to install that as well.
16python-docs-theme>=2022.1
17