From d5261f48a3da9e60760b731cd26248d187e0fbac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Weing=C3=A4rtner?= Date: Fri, 27 Jan 2023 15:42:05 -0300 Subject: [PATCH] Fix docs build error This patch fixes docs build errors such as the ones seen in https://review.opendev.org/c/openstack/cloudkitty-specs/+/866198 Change-Id: Ie965ad1621c984e6eaa9ae6c85fa0f637f078391 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5a54fe0..741ff41 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = [testenv:pdf-docs] deps = {[testenv:docs]deps} envdir = {toxworkdir}/docs -whitelist_externals = +allowlist_externals = make commands = sphinx-build -b latex doc/source doc/build/pdf