Set london as defaultbranch in .gitreview 74/135274/5
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 3 Jul 2023 09:18:54 +0000 (11:18 +0200)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Fri, 7 Jul 2023 13:32:54 +0000 (14:32 +0100)
Issue-ID: DOC-811
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Id1560f748ef89125f2494457cca060cac95fdd69

.gitreview
.readthedocs.yaml

index 4760964..af49ce3 100644 (file)
@@ -2,4 +2,4 @@
 host=gerrit.onap.org
 port=29418
 project=integration.git
-defaultbranch=master
+defaultbranch=london
index 3797dc8..01f9c1a 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