aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-07-03 14:28:21 +0200
committerMatthew Watkins <mwatkins@linuxfoundation.org>2023-07-07 16:24:20 +0100
commit4295222627ed618c03a9384ab10f48165d7bd2c1 (patch)
tree0857e5cb70aeb908c579f46b1f9830ec6e47aa9d
parent475dea38401fe377579017c06db5b1d60da74e74 (diff)
Set default=london in .gitreview
Issue-ID: DOC-811 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Iad4f8e8dd5b2c6fdd6a14e7c7124a11fb0910dc8
-rw-r--r--.gitreview2
-rw-r--r--.readthedocs.yaml5
-rw-r--r--docs/tox.ini4
-rw-r--r--tox.ini2
4 files changed, 7 insertions, 6 deletions
diff --git a/.gitreview b/.gitreview
index 26d196b4..8afa6738 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,4 +2,4 @@
host=gerrit.onap.org
port=29418
project=multicloud/k8s.git
-defaultbranch=master
+defaultbranch=london
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 3797dc8b..e442ca78 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 ddafc780..36d4870d 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/tox.ini b/tox.ini
index dff3a8b5..34e5702d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,7 @@ install_command = pip install --no-cache-dir {opts} {packages}
deps =
{env:BASHATE_INSTALL_PATH:bashate}
rstcheck
-whitelist_externals = bash
+allowlist_externals = bash
commands = bash -c "find {toxinidir} -not -path {toxinidir}/.tox/\* \
-not -path {toxinidir}/pkg/dep/\* \
-not -path {toxinidir}/pkg/mod/\* \