Merge "switch documentation job to new PTI"
This commit is contained in:
commit
5eafe6a9a1
@ -84,8 +84,8 @@
|
|||||||
- openstack-python-jobs
|
- openstack-python-jobs
|
||||||
- periodic-stable-jobs
|
- periodic-stable-jobs
|
||||||
- check-requirements
|
- check-requirements
|
||||||
- publish-openstack-sphinx-docs
|
- publish-openstack-docs-pti
|
||||||
- release-notes-jobs
|
- release-notes-jobs-python3
|
||||||
- install-guide-jobs
|
- install-guide-jobs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
|
9
tox.ini
9
tox.ini
@ -27,7 +27,9 @@ commands = ostestr --concurrency 1 {posargs}
|
|||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
commands = flake8
|
commands =
|
||||||
|
doc8 doc/source
|
||||||
|
flake8
|
||||||
|
|
||||||
[testenv:genconfig]
|
[testenv:genconfig]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
@ -54,11 +56,8 @@ commands = {posargs}
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
doc8 doc/source
|
sphinx-build -W -b html doc/source doc/build/html
|
||||||
sphinx-build -W -b html api-ref/source api-ref/build/html
|
|
||||||
|
|
||||||
[testenv:api-ref]
|
[testenv:api-ref]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user