• 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==4.2.0
7
8# The theme used by the documentation is stored separately, so we need
9# to install that as well.
10python-docs-theme
11