From 0d0a2ebd0bb4e0715072702d8f318b377295397a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 3 Jul 2023 14:26:10 +0200 Subject: Set london as defaultbranch in .gitreview MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: DOC-811 Signed-off-by: Cédric Ollivier Change-Id: Ic3304bc232e33d42af00d5412f314d2afb7084cd --- docs/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/tox.ini b/docs/tox.ini index 4bbc640..0341a88 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -12,7 +12,7 @@ deps = commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" -whitelist_externals = +allowlist_externals = echo git sh @@ -22,7 +22,7 @@ basepython = python3.8 #deps = -r{toxinidir}/requirements-docs.txt commands = echo "Link Checking not enforced" #commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-spellcheck] basepython = python3.8 -- cgit 1.2.3-korg