[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: Iebabfbb3c211dde4c81097aa5f618a0b3aafbb3f
This commit is contained in:
Tony Breeds 2024-05-09 14:22:11 -05:00
parent 0c4f1873db
commit 948a8381bd
3 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,4 @@ openstackdocstheme>=2.2.1 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
reno>=3.1.0 # Apache-2.0
sphinxcontrib-httpdomain>=1.3.0 # BSD
# Force docs rebuild:

View File

@ -15,3 +15,4 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
python-blazarclient>=1.0.1 # Apache-2.0
horizon>=17.1.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: