Merge "Use tox-docs for building"

This commit is contained in:
Zuul 2018-10-08 13:19:18 +00:00 committed by Gerrit Code Review
commit 7e11ca62c4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
- project:
templates:
- build-openstack-sphinx-docs-python3
- build-openstack-docs-pti
check:
jobs:
- openstack-tox-linters:

View File

@ -30,7 +30,7 @@ commands = {posargs}
[testenv:docs]
basepython = python3
commands = sphinx-build -W -b html doc/source doc/build
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:validate]
basepython = python3