Set london as defaultbranch in .gitreview 90/135290/3
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 3 Jul 2023 12:26:10 +0000 (14:26 +0200)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Fri, 7 Jul 2023 16:53:32 +0000 (17:53 +0100)
Issue-ID: DOC-811
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ic3304bc232e33d42af00d5412f314d2afb7084cd

.gitreview
.readthedocs.yaml
docs/tox.ini
multivimbroker/tox.ini

index 882cce2..ee4fcc0 100644 (file)
@@ -2,4 +2,4 @@
 host=gerrit.onap.org
 port=29418
 project=multicloud/framework
-defaultbranch=master
+defaultbranch=london
index 3797dc8..e442ca7 100644 (file)
@@ -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
 
index 4bbc640..0341a88 100644 (file)
@@ -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
index 7ba8967..5705690 100644 (file)
@@ -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"