Sync requirements with global requirements
Sync requirements with global requirements, remove oslosphinx since it's not used. Remove docutils since it's not needed with better Sphinx requirements. Change-Id: Ia321147d2ece7c9a8d13665c8b8bdba9c185541f
This commit is contained in:
parent
4c179c5864
commit
0b4ecc32fb
@ -37,7 +37,6 @@ extensions = [
|
|||||||
'sphinxcontrib.nwdiag',
|
'sphinxcontrib.nwdiag',
|
||||||
'sphinx.ext.graphviz',
|
'sphinx.ext.graphviz',
|
||||||
'sphinx.ext.todo'
|
'sphinx.ext.todo'
|
||||||
# 'oslosphinx',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
# The order of packages is significant, because pip processes them in the order
|
# The order of packages is significant, because pip processes them in the order
|
||||||
# of appearance. Changing the order has an impact on the overall integration
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
pbr>=0.6,!=0.7,<1.0
|
||||||
openstack-doc-tools>=0.23
|
openstack-doc-tools>=0.23
|
||||||
Pygments
|
Pygments
|
||||||
docutils<=0.9.1
|
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
||||||
sphinx>=1.1.2,<1.2
|
openstackdocstheme>=1.0.7
|
||||||
pbr>=0.6,!=0.7,<1.0
|
|
||||||
oslosphinx
|
|
||||||
openstackdocstheme
|
|
||||||
nwdiag
|
nwdiag
|
||||||
blockdiag
|
blockdiag
|
||||||
sphinxcontrib-blockdiag
|
sphinxcontrib-blockdiag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user