update sphinx to at least 1.6.1

Change-Id: I23ad557ccf63458b64bda80ce9f443ba41dec734
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-09-04 15:00:43 -04:00
parent 93582756d4
commit ba9eab17ad
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Sphinx==1.5.1
Sphinx==1.6.1
docutils==0.11
PyYAML==3.10.0
six==1.9.0

View File

@ -30,7 +30,7 @@ distutils.commands =
[extras]
sphinx =
sphinx>=1.5.1,!=1.6.1 # BSD
sphinx>=1.6.1 # BSD
docutils>=0.11 # OSI-Approved Open Source, Public Domain
[compile_catalog]