diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-07-03 11:18:54 +0200 |
---|---|---|
committer | Matthew Watkins <mwatkins@linuxfoundation.org> | 2023-07-07 14:32:54 +0100 |
commit | e07f8b45a5a061156239e759d571a408c8d71511 (patch) | |
tree | 615000dbd7955d2f1c952df73b5438f0f403e783 | |
parent | 8a85f130d24a8b3f8b313513b7a758c73c0281ad (diff) |
Set london as defaultbranch in .gitreview
Issue-ID: DOC-811
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Id1560f748ef89125f2494457cca060cac95fdd69
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | .readthedocs.yaml | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.gitreview b/.gitreview index 476096444..af49ce36d 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=integration.git -defaultbranch=master +defaultbranch=london diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8bb..01f9c1a06 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 |