Fix lower bound for sphix in docs/requirements.txt

Change-Id: Ia149062b47a205be064465bc99395c0b10d34c4d
This commit is contained in:
Victoria Martinez de la Cruz 2019-09-24 16:36:43 +00:00 committed by Goutham Pacha Ravi
parent b975d09ee6
commit e6e8cad240
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
openstackdocstheme>=1.18.1 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # 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,!=2.1.0;python_version>='3.4' # BSD
reno>=2.5.0 # Apache-2.0
sphinxcontrib-programoutput>=0.11 # BSD