Merge "Sync Sphinx requirement"
This commit is contained in:
commit
03bec3d172
@ -1,5 +1,5 @@
|
||||
Automaton Style Commandments
|
||||
===============================================
|
||||
============================
|
||||
|
||||
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.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
======================
|
||||
automaton User Guide
|
||||
======================
|
||||
====================
|
||||
automaton User Guide
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
@ -37,7 +37,7 @@ requestsexceptions==1.2.0
|
||||
restructuredtext-lint==1.1.1
|
||||
six==1.10.0
|
||||
snowballstemmer==1.2.1
|
||||
Sphinx==1.6.5
|
||||
Sphinx==1.6.2
|
||||
sphinxcontrib-websupport==1.0.1
|
||||
stevedore==1.20.0
|
||||
stestr==2.0.0
|
||||
|
@ -6,7 +6,8 @@ hacking<0.11,>=0.10.0
|
||||
|
||||
doc8>=0.6.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
|
||||
oslotest>=3.2.0 # Apache-2.0
|
||||
stestr>=2.0.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user