From e8deed7a4cf8b99b7b04277f1ab04056fed1b69c Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Wed, 28 Feb 2018 14:42:13 +0800 Subject: [PATCH] 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: I6aa31ba4c2987588e2a843ef387080799a2fe0ac --- test-requirements.txt => doc/requirements.txt | 0 tox.ini | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test-requirements.txt => doc/requirements.txt (100%) 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