Update sphinx requirements

Following recent changes to global requirements [1], we need
to update sphinx requirements locally.

[1] If558f184c959e4b63b56dec3ca1571d1034cfe5c

(cherry picked from commit 9ed9101394)

Change-Id: Id9bd527fcd56cfce7a4ac41ae9e83f48cc91cb6d
This commit is contained in:
Riccardo Pittau 2019-06-04 10:07:34 +02:00
parent 9138b7c0b8
commit 4d2604da4a
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ bashate>=0.5.1 # Apache-2.0
flake8-import-order>=0.13 # LGPLv3
# Doc requirements
sphinx!=1.6.6,>=1.6.2 # BSD
sphinx>=1.6.2,!=1.6.6,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.6.2,!=1.6.6;python_version>='3.4' # BSD
sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0
sphinxcontrib-seqdiag>=0.8.4 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0