Sync Sphinx requirement
1. Sync sphinx dependency with global requirements. It caps python 2 since sphinx 2.0 no longer supports Python 2.7. 2. Update some URLs to latest 3. Remove unncessary "==" Change-Id: Idcb616fd3add4d58f22b91865cec8a54fe492092
... | ... | @@ -11,6 +11,7 @@ hacking>=0.12.0,<0.13 # Apache-2.0 |
molecule<3 # MIT | ||
oslotest>=1.10.0 # Apache-2.0 | ||
# NOTE(mgoddard): This is required by tools/sphinx8. | ||
sphinx>=1.5.1 # BSD | ||
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD | ||
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD | ||
stestr # Apache-2.0 | ||
yamllint # GPLv3 |
Please register or sign in to comment