Adding first jobs for ideas repo
This will be necessary to publish the documentation to the governance website. Depends-On: https://review.opendev.org/#/c/706319 Change-Id: I49d836fe0731b1b0238eae8e98f4f82c67000459
This commit is contained in:
6
.zuul.yaml
Normal file
6
.zuul.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
- project:
|
||||
templates:
|
||||
- build-openstack-docs-pti
|
||||
promote:
|
||||
jobs:
|
||||
- promote-governance-ideas
|
||||
4
tox.ini
4
tox.ini
@@ -13,4 +13,6 @@ deps = -r{toxinidir}/test-requirements.txt
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
commands = python setup.py build_sphinx
|
||||
# TODO: Upgrade to -W when we have at least one idea merged.
|
||||
commands = sphinx-build -v -b html -d doc/build/doctrees doc/source doc/build/html
|
||||
#commands = sphinx-build -v -W -b html -d doc/build/doctrees doc/source doc/build/html
|
||||
|
||||
Reference in New Issue
Block a user