Up sphinx for Python 3.10 - Jammy

On Jammy hosts the docs will not build due to an
incompatibility between Sphinx and Python 3.10.
Increase Sphinx version in requirements.txt to at
least 4.2.

Change-Id: I34d9c1a6baa042535ea74758c9a4b51f97e6965a
This commit is contained in:
Peter Matulis 2023-01-03 13:13:40 -05:00
parent c4fa34d08a
commit 289f61afc9
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
sphinx>=4.2 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
whereto>=0.3.0 # Apache-2.0