From c77a51a05a9b0865179f4f597d9a72a8faa6c17c Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Tue, 17 Jan 2023 17:23:25 +0100 Subject: [PATCH] Fix doc builds A new release of dnspython has been release, which is breaking the docs tests. See [1] dnspython is fixed to <2.3.0 in upper-constraints, so we should rely on requirements.txt from mistral to trigger the correct build. [1] https://github.com/eventlet/eventlet/issues/781 Signed-off-by: Arnaud Morin Change-Id: I5f86f8264792c8e651c0bb2d2f63151657fea1be --- doc/requirements.txt | 1 - tox.ini | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 595c1838f..81336582c 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,5 @@ sphinx>=2.0.0,!=2.1.0 # BSD sphinxcontrib-httpdomain>=1.3.0 # BSD sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0 -openstackdocstheme>=2.2.1 # Apache-2.0 os-api-ref>=1.4.0 # Apache-2.0 reno>=3.1.0 # Apache-2.0 diff --git a/tox.ini b/tox.ini index fa2bb7f6a..233609e01 100644 --- a/tox.ini +++ b/tox.ini @@ -80,6 +80,7 @@ commands = {posargs} deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/doc/requirements.txt + -r{toxinidir}/requirements.txt setenv = PYTHONHASHSEED=0 commands = rm -rf doc/build