From: ZhongShengping Date: Wed, 28 Feb 2018 06:42:10 +0000 (+0800) Subject: Follow the new PTI for document build X-Git-Tag: 13.0.0~14^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=386e5f035e98efd27f52fb34a7ed7ebca788165e;p=puppet-modules%2Fpuppet-ceilometer.git Follow the new PTI for document build 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 --- diff --git a/test-requirements.txt b/doc/requirements.txt similarity index 100% rename from test-requirements.txt rename to doc/requirements.txt diff --git a/tox.ini b/tox.ini index f5de027..e11c279 100644 --- 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