[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: Ia3d54060046fb194f86a9f9119a76bdcaacd9b79
This commit is contained in:
Tony Breeds 2024-05-09 14:29:55 -05:00
parent 1625b38ca0
commit 031d6a22bd
3 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,4 @@ PyJWT>=2.4.0 # MIT
keystoneauth1>=3.12.0 # Apache-2.0
oslo.cache>=1.26.0 # Apache-2.0
python-keystoneclient>=3.20.0 # Apache-2.0
# Force docs rebuild:

View File

@ -16,3 +16,4 @@ PyJWT>=2.4.0 # MIT
python-keystoneclient>=3.20.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
WebOb>=1.7.1 # MIT
# Force requirements rebuild:

View File

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