summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-07-03 11:24:20 +0200
committerMatthew Watkins <mwatkins@linuxfoundation.org>2023-07-07 14:54:40 +0100
commit4d6ad7bf914c964e2ec392d7189953b57caf3f69 (patch)
tree9500e7705e2ff730f737f03a325d8a376dbce881
parent0e5a8188ee023aa98f451c32338a0718b4a30b92 (diff)
Set london as defaultbranch in .gitreview
Issue-ID: DOC-811 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ibc1282b0bdf690e792b7c567761388a1d5e5ed74
-rw-r--r--.gitreview2
-rw-r--r--.readthedocs.yaml10
2 files changed, 5 insertions, 7 deletions
diff --git a/.gitreview b/.gitreview
index ca883d8..d270cf9 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,4 +2,4 @@
host=gerrit.onap.org
port=29418
project=modeling/modelspec.git
-defaultbranch=master
+defaultbranch=london
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 1f9776e..7572bf3 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -9,15 +9,13 @@ formats:
- htmlzip
build:
- image: latest
-
+ os: ubuntu-20.04
+ tools:
+ python: "3.8"
+
python:
- version: 3.7
install:
- requirements: docs/requirements-docs.txt
-submodules:
- include: all
-
sphinx:
configuration: docs/conf.py