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 space

Change-Id: I389a0603d8f1a931a787d03eb6eeb6cb57a8388d
This commit is contained in:
jacky06 2019-06-18 23:01:51 +08:00
parent 7e797493f8
commit 41363e4597
3 changed files with 6 additions and 5 deletions

View File

@ -27,4 +27,3 @@ Installing Congress
Please refer to the
`installation guide <https://docs.openstack.org/congress/latest/install/>`_
>>>>>>> Add wiki Source Bugs and Blueprints notes link to README.rst

View File

@ -4,5 +4,6 @@
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0
sphinx>=1.7.3 # 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
sphinxcontrib-apidoc>=0.2.0 # BSD

View File

@ -1,6 +1,7 @@
# 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
# process, which may cause wedges in the gate later.
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0