From 583a788cd475c3e4ff5980169f480a23398fe91e Mon Sep 17 00:00:00 2001 From: gujin Date: Sun, 3 Nov 2019 02:37:53 +0800 Subject: [PATCH] tox: Keeping going with docs Change-Id: I8351af94c728a26ac3c2d67176c3279348264922 --- requirements.txt | 4 ++++ test-requirements.txt | 8 ++++++-- tools/releasenotes_tox.sh | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4e46b891..aa25e429 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,5 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + pbr>=0.5.21,<1.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8ffef289..d0dc3026 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,8 +1,12 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + hacking<0.11,>=0.10.0 oslotest -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD +sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD +sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD openstackdocstheme>=1.20.0 # Apache-2.0 testrepository>=0.0.18 diff --git a/tools/releasenotes_tox.sh b/tools/releasenotes_tox.sh index 4fecfd92..fecd206b 100755 --- a/tools/releasenotes_tox.sh +++ b/tools/releasenotes_tox.sh @@ -2,7 +2,7 @@ rm -rf releasenotes/build -sphinx-build -a -E -W \ +sphinx-build -a -E -W --keep-going \ -d releasenotes/build/doctrees \ -b html \ releasenotes/source releasenotes/build/html