fix docs tox job

openstack docs tox job is failing after the sphinx new release,
this pr fixing it by setting a upper constraints

Change-Id: I8d3249ec8eb207d17dc175e205fd131d772c59b8
This commit is contained in:
Masco 2023-08-23 11:53:23 +05:30
parent 99512c928e
commit 173c9a1afa

View File

@ -16,7 +16,7 @@ python-subunit>=0.0.18
readme_renderer[md]
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<=4.5.0;python_version>='3.4' # BSD
oslotest>=1.10.0 # Apache-2.0
openstackdocstheme>=1.19.0 # Apache-2.0
sphinx_rtd_theme