Update docs jobs

Replace obsolete build-sphinx job with tox-docs which runs "tox -e docs"
directly.

Update sphinx requirements for python 3.

Depends-On: https://review.opendev.org/660026
Change-Id: Ibb22861e7b1e0e1e40f155043db8b3e554eaf246
This commit is contained in:
Andreas Jaeger
2019-05-20 08:14:09 +02:00
parent e500ba04d3
commit 1c6ac903da
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
- publish-to-pypi
check:
jobs:
- build-openstack-sphinx-docs:
- tox-docs:
voting: false
- requirements-check:
voting: false

View File

@@ -1,7 +1,8 @@
hacking>=0.11.0,<0.12 # Apache-2.0
faker>=0.8.16
mock>=2.0.0
sphinx>=1.5.1 # BSD
sphinx>=1.5.1,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.5.1;python_version>='3.4' # BSD
coverage>=3.6 # Apache-2.0
fixtures>=0.3.14
python-subunit>=1.3.0