diff options
author | 2023-07-03 14:39:53 +0200 | |
---|---|---|
committer | 2023-07-07 15:03:40 +0100 | |
commit | 596711ca60cde91513a98a1a0e75ba7a32afef65 (patch) | |
tree | 12f76ff0425ca4a77153ac0d60fc8cda1d943e2c | |
parent | 731ec0806035ed76d45082d89a75d8f688106127 (diff) |
Set defaultbranch=london in .gitreview
Issue-ID: DOC-811
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I84c3c82db8e5bb9f1fbad1f46d47fc87cb3c5f97
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | .readthedocs.yaml | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=optf/osdf.git -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 |