cap sphinx below 1.6.1

The new sphinx causes an issue with pbr. Cap the allowed range to
exclude the bad version.

Change-Id: Ia29abe93254e12443e4351d67e998908baf97086
Related-Bug: #1691129
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-05-16 15:15:36 -04:00
parent 819389bd3e
commit 636a939002
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# needed for doc build
docutils>=0.11,!=0.13.1 # OSI-Approved Open Source, Public Domain
sphinx>=1.5.0
sphinx>=1.5.0,<1.6.1
PyYAML>=3.1.0
yamllint>=0.5.2
requests-cache