Fix Sphinx module version dependencies
Fix openstack-tox-docs build errors due to Sphinx module dependencies by pinning versions for Sphinx Change-Id: I36900278b4737a4ba2a019d4938b940ad8aee828
This commit is contained in:
parent
0024927764
commit
e3c8ec2285
@ -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,<=4.5.0;python_version>='3.4' # BSD
|
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<=5.0.0;python_version>='3.4' # BSD
|
||||
oslotest>=1.10.0 # Apache-2.0
|
||||
openstackdocstheme>=1.19.0 # Apache-2.0
|
||||
sphinx_rtd_theme
|
||||
|
Loading…
x
Reference in New Issue
Block a user