raise minimum version of openstackdocstheme to 1.11.0
The latest release of openstackdocstheme supports an easier configuration method, but to do so it adds several configuration options. We need to require the new version for all projects as we migrate to that new configuration system. That version of the theme also requires Sphinx 1.6.2, so update that minimum at the same time. Change-Id: Ifc5512c0e2373cf3387e0e0498268eab092e52bb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
94d440f389
commit
91d9031195
@ -128,7 +128,7 @@ neutron-lib>=1.7.0 # Apache-2.0
|
||||
notifier>=1.0.3 # Apache-2.0
|
||||
oauth2client>=1.5.0,!=4.0.0 # Apache-2.0
|
||||
oauthlib>=0.6 # BSD
|
||||
openstackdocstheme>=1.5.0 # Apache-2.0
|
||||
openstackdocstheme>=1.11.0 # Apache-2.0
|
||||
ordereddict # MIT
|
||||
osc-lib>=1.5.1 # Apache-2.0
|
||||
oslo.cache>=1.5.0 # Apache-2.0
|
||||
@ -410,7 +410,7 @@ selenium>=2.50.1 # Apache-2.0
|
||||
# situations as progressive releases of projects are done.
|
||||
# Blacklist setuptools 34.0.0-34.3.2 due to https://github.com/pypa/setuptools/issues/951
|
||||
setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2 # PSF/ZPL
|
||||
sphinx>=1.5.1,!=1.6.1 # BSD
|
||||
sphinx>=1.6.2 # BSD
|
||||
sphinx-testing # BSD License
|
||||
sphinxcontrib-actdiag # BSD
|
||||
sphinxcontrib-blockdiag # BSD
|
||||
|
Loading…
x
Reference in New Issue
Block a user