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:
@@ -5,7 +5,7 @@
|
||||
- publish-to-pypi
|
||||
check:
|
||||
jobs:
|
||||
- build-openstack-sphinx-docs:
|
||||
- tox-docs:
|
||||
voting: false
|
||||
- requirements-check:
|
||||
voting: false
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user