From 386e5f035e98efd27f52fb34a7ed7ebca788165e Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Wed, 28 Feb 2018 14:42:10 +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: I98025f21472ca21be9e7cf55fc6dcc7412802e78 --- 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 f5de0274..e11c279f 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