Fix docs build issue

For some reason docs builds break when using the sphinx version listed.
Just use the same one as the rest of OpenStack.

Also - while we're at it - setuptools_git hasn't been a thing in a LONG
time.

Change-Id: I70d45f5b237ceb9b67ca4ce458816f41a197d228
This commit is contained in:
Monty Taylor 2016-12-09 18:19:41 -06:00
parent 83114faba6
commit dd8ba49a7c
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ hacking>=0.5.6,<=10.1
coverage>=3.6
fixtures
python-subunit
sphinx>=1.3.1
setuptools_git>=0.4
sphinx>=1.3.1,<1.5.0
testscenarios
testtools
testrepository