Update new documentation PTI jobs

For compliance with the Project Testing Interface as described in [1].
For more detailed information, please refer to [2].

[1] https://governance.openstack.org/tc/reference/project-testing-interface.html
[2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: I4999e2eceb46deec1385cb6376762de9e2fbf6e3
This commit is contained in:
Guoqiang Ding
2017-12-28 17:23:36 +08:00
parent 4d2fc0b23b
commit 088b6de3a1
3 changed files with 16 additions and 7 deletions

3
doc/requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
oslosphinx>=4.7.0 # Apache-2.0
sphinx!=1.6.6,>=1.6.2 # BSD
reno>=2.5.0 # Apache-2.0

View File

@@ -7,11 +7,6 @@ coverage!=4.4,>=4.0 # Apache-2.0
docutils>=0.11 # OSI-Approved Open Source, Public Domain
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0.0 # BSD
oslosphinx>=4.7.0 # Apache-2.0
sphinx!=1.6.6,>=1.6.2 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
requests-mock>=1.1.0 # Apache-2.0
# releasenotes
reno>=2.5.0 # Apache-2.0

15
tox.ini
View File

@@ -45,7 +45,12 @@ deps =
commands = oslo_debug_helper -t tripleoclient/tests {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -b html doc/source doc/build/html
[flake8]
show-source = True
@@ -56,4 +61,10 @@ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,rele
commands = oslo-config-generator --config-file config-generator/undercloud.conf
[testenv:releasenotes]
commands = bash -c tools/releasenotes_tox.sh
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html