]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Follow the new PTI for document build
authorZhongShengping <chdzsp@163.com>
Wed, 28 Feb 2018 06:42:10 +0000 (14:42 +0800)
committerZhongShengping <chdzsp@163.com>
Wed, 28 Feb 2018 06:52:03 +0000 (14:52 +0800)
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

Refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html

Change-Id: I98025f21472ca21be9e7cf55fc6dcc7412802e78

doc/requirements.txt [moved from test-requirements.txt with 100% similarity]
tox.ini

similarity index 100%
rename from test-requirements.txt
rename to doc/requirements.txt
diff --git a/tox.ini b/tox.ini
index f5de02741d7135271971e8769a1164a6c3194ffa..e11c279f1ca4ad70136c307a380807bf123fc2b8 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -7,5 +7,5 @@ envlist = releasenotes
 install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
 
 [testenv:releasenotes]
-deps = -r{toxinidir}/test-requirements.txt
+deps = -r{toxinidir}/doc/requirements.txt
 commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html