fix doc config files 05/136605/1
authorthmsdt <thomas.kulik@telekom.de>
Wed, 22 Nov 2023 10:13:20 +0000 (11:13 +0100)
committerthmsdt <thomas.kulik@telekom.de>
Wed, 22 Nov 2023 10:14:35 +0000 (11:14 +0100)
Issue-ID: DOC-821

Change-Id: I77d1ff5ed3edc3d8af10a1ccba82e75510d922a5
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
.gitreview
docs/conf.py
docs/tox.ini

index 385bc7b..1d8799f 100644 (file)
@@ -3,5 +3,5 @@
         host=gerrit.onap.org
         port=29418
         project=ccsdk/oran
-        defaultbranch=master
+        defaultbranch=montreal
         
\ No newline at end of file
index f53b9f4..acc95d9 100644 (file)
@@ -1,9 +1,9 @@
 project = "onap"
-release = "master"
-version = "master"
+release = "montreal"
+version = "montreal"
 # Map to 'latest' if this file is used in 'latest' (master) 'doc' branch.
 # Change to {releasename} after you have created the new 'doc' branch.
-branch = 'latest'
+branch = 'montreal'
 
 
 author = "Open Network Automation Platform"
index 00ec327..3fde859 100644 (file)
@@ -10,7 +10,7 @@ basepython = python3.8
 deps =
     -r{toxinidir}/requirements-docs.txt
     -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
-    -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
+    -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=montreal
 commands =
     sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
     echo "Generated docs available in {toxinidir}/_build/html"
@@ -31,7 +31,7 @@ basepython = python3.8
 deps =
     -r{toxinidir}/requirements-docs.txt
     -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
-    -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
+    -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=montreal
 commands =
     sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck