[DNM] Testing docs bump with new Sphinx

Sphinx updates can be scary.  This change leverages a constraints bump to see what breaks.

Depends-On: https://review.opendev.org/c/openstack/requirements/+/916565
Change-Id: I1d96e13a6f8cd8e1e4c23e978b0c2eeda074f72a
This commit is contained in:
Tony Breeds 2024-05-09 14:24:38 -05:00
parent db8894f0cc
commit 98084852ef
3 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
openstackdocstheme>=2.2.0 # Apache-2.0
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
reno>=3.1.0 # Apache-2.0
# Force docs rebuild:

View File

@ -5,3 +5,4 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
horizon>=17.1.0 # Apache-2.0
openstacksdk>=0.62.0 # Apache-2.0
# Force requirements rebuild:

View File

@ -18,3 +18,5 @@ import setuptools
setuptools.setup(
setup_requires=['pbr>=2.0.0'],
pbr=True)
# Force unittests: