From: Cédric Ollivier Date: Mon, 3 Jul 2023 12:26:10 +0000 (+0200) Subject: Set london as defaultbranch in .gitreview X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F135290%2F3;p=multicloud%2Fframework.git Set london as defaultbranch in .gitreview Issue-ID: DOC-811 Signed-off-by: Cédric Ollivier Change-Id: Ic3304bc232e33d42af00d5412f314d2afb7084cd --- 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"