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: - project:
templates: templates:
- build-openstack-sphinx-docs-python3 - build-openstack-docs-pti
check: check:
jobs: jobs:
- openstack-tox-linters: - openstack-tox-linters:

View File

@ -30,7 +30,7 @@ commands = {posargs}
[testenv:docs] [testenv:docs]
basepython = python3 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] [testenv:validate]
basepython = python3 basepython = python3