Update sphinx requirement

Sphinx 2.0 doesn't work on Python 2 anymore. We need to cap it there.

Change-Id: I86275931d389c0a658203aa5cae12dd161e1c547
This commit is contained in:
Ben Nemec 2019-06-06 10:25:53 -05:00
parent b9002b9027
commit dd4fdeb07e
1 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,6 @@ testtools>=0.9.36,!=1.2.0
mock>=1.0
# docs
sphinx>=1.6
sphinx!=1.6.6,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,>=1.6.2;python_version>='3.4' # BSD
sphinx_rtd_theme