Sync Sphinx requirement
1. Sync sphinx dependency with global requirements. It caps python 2 since sphinx 2.0 no longer supports Python 2.7. 2. Remove unncessary "==" Change-Id: Ied4095b176b20795f6a8d4d7a84d01d958d76896
This commit is contained in:
parent
a9759e6b4d
commit
d92ea1f8be
@ -1,5 +1,5 @@
|
|||||||
Automaton Style Commandments
|
Automaton Style Commandments
|
||||||
===============================================
|
============================
|
||||||
|
|
||||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
=======================================
|
=====================================
|
||||||
Welcome to automaton's documentation!
|
Welcome to automaton's documentation!
|
||||||
=======================================
|
=====================================
|
||||||
|
|
||||||
Friendly state machines for python.
|
Friendly state machines for python.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
======================
|
====================
|
||||||
automaton User Guide
|
automaton User Guide
|
||||||
======================
|
====================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
@ -37,7 +37,7 @@ requestsexceptions==1.2.0
|
|||||||
restructuredtext-lint==1.1.1
|
restructuredtext-lint==1.1.1
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
snowballstemmer==1.2.1
|
snowballstemmer==1.2.1
|
||||||
Sphinx==1.6.5
|
Sphinx==1.6.2
|
||||||
sphinxcontrib-websupport==1.0.1
|
sphinxcontrib-websupport==1.0.1
|
||||||
stevedore==1.20.0
|
stevedore==1.20.0
|
||||||
stestr==2.0.0
|
stestr==2.0.0
|
||||||
|
@ -6,7 +6,8 @@ hacking<0.11,>=0.10.0
|
|||||||
|
|
||||||
doc8>=0.6.0 # Apache-2.0
|
doc8>=0.6.0 # Apache-2.0
|
||||||
coverage!=4.4,>=4.0 # Apache-2.0
|
coverage!=4.4,>=4.0 # Apache-2.0
|
||||||
sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
|
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
|
||||||
openstackdocstheme>=1.18.1 # Apache-2.0
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
||||||
oslotest>=3.2.0 # Apache-2.0
|
oslotest>=3.2.0 # Apache-2.0
|
||||||
stestr>=2.0.0 # Apache-2.0
|
stestr>=2.0.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user