diff options
author | Zuul <zuul@review.openstack.org> | 2018-08-22 11:32:04 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2018-08-22 11:32:04 +0000 |
commit | 046c5e548c7c42acc55fa4b5e58bab26786070e2 (patch) | |
tree | 69f1ab1ae110c065a1150ac5bebc8f8c0886df89 | |
parent | 06eadf8e730ee3c9833541aa3e70988d87100e45 (diff) | |
parent | c352f5b1ada272359cc1ec11d10666bd86ea4b46 (diff) |
Merge "Update docs build job"
-rw-r--r-- | .zuul.yaml | 8 | ||||
-rw-r--r-- | tox.ini | 4 |
2 files changed, 5 insertions, 7 deletions
@@ -1,10 +1,6 @@ | |||
1 | - project: | 1 | - project: |
2 | check: | 2 | templates: |
3 | jobs: | 3 | - build-tox-docs |
4 | - build-sphinx-docs | ||
5 | gate: | ||
6 | jobs: | ||
7 | - build-sphinx-docs | ||
8 | post: | 4 | post: |
9 | jobs: | 5 | jobs: |
10 | - publish-zuul-docs | 6 | - publish-zuul-docs |
@@ -20,7 +20,9 @@ deps = bindep | |||
20 | commands = bindep test | 20 | commands = bindep test |
21 | 21 | ||
22 | [testenv:docs] | 22 | [testenv:docs] |
23 | commands = python setup.py build_sphinx | 23 | commands = |
24 | sphinx-build -E -W -d doc/build/doctrees -b html doc/source/ doc/build/html | ||
25 | |||
24 | 26 | ||
25 | [testenv:pep8] | 27 | [testenv:pep8] |
26 | whitelist_externals = bash | 28 | whitelist_externals = bash |