From 0d0a2ebd0bb4e0715072702d8f318b377295397a Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Mon, 3 Jul 2023 14:26:10 +0200 Subject: [PATCH] Set london as defaultbranch in .gitreview MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Issue-ID: DOC-811 Signed-off-by: Cédric Ollivier Change-Id: Ic3304bc232e33d42af00d5412f314d2afb7084cd --- .gitreview | 2 +- .readthedocs.yaml | 5 +++-- docs/tox.ini | 4 ++-- multivimbroker/tox.ini | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitreview b/.gitreview index 882cce2..ee4fcc0 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=multicloud/framework -defaultbranch=master +defaultbranch=london diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8..e442ca7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,10 +9,11 @@ formats: - htmlzip build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - requirements: docs/requirements-docs.txt 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 diff --git a/multivimbroker/tox.ini b/multivimbroker/tox.ini index 7ba8967..5705690 100644 --- a/multivimbroker/tox.ini +++ b/multivimbroker/tox.ini @@ -36,7 +36,7 @@ commands = [testenv:rstcheck] deps = rstcheck -whitelist_externals = bash +allowlist_externals = bash commands = bash -c "find ../docs -not -path {toxinidir}/.tox/\* \ -name \*.rst -type f -print0 | xargs -0 rstcheck --report warning" -- 2.16.6