Require sphinx-rtd-theme >= 1.2.2

The sphinx-rtd-theme package is not yet compatible with sphinx 7.

The 1.2.2 version of the theme pins sphinx to <7 which does work and
allows us to have a transitive pin on sphinx that will be auto-removed
once sphinx-rtd-theme is updated to work with sphinx 7 and released.

Change-Id: Ib6771ebe5a30892ee16499f2434fe48e018e877c
This commit is contained in:
James E. Blair 2023-06-29 07:51:29 -07:00
parent 5ad6931e08
commit 92bbf8a165
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ sphinxcontrib-programoutput
sphinx-autodoc-typehints
reno>=2.8.0 # Apache-2.0
zuul-sphinx
sphinx_rtd_theme
sphinx_rtd_theme>=1.2.2