docs config for oslo release 73/139873/1
authorthmsdt <thomas.kulik@telekom.de>
Wed, 8 Jan 2025 10:15:35 +0000 (11:15 +0100)
committerthmsdt <thomas.kulik@telekom.de>
Wed, 8 Jan 2025 10:16:19 +0000 (11:16 +0100)
Issue-ID: DOC-826

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

index 5cd858a..d5815e5 100644 (file)
 #
 
 project = "onap"
-release = "master"
-version = "master"
+release = "oslo"
+version = "oslo"
 # 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 = 'oslo'
 
 
 author = "Open Network Automation Platform"
index cf813e1..5b21a2e 100644 (file)
@@ -10,7 +10,7 @@ basepython = python3.8
 deps =
     -r{toxinidir}/requirements-docs.txt
     -chttps://releases.openstack.org/constraints/upper/yoga
-    -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
+    -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=oslo
 commands =
     sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
     echo "Generated docs available in {toxinidir}/_build/html"
@@ -30,6 +30,6 @@ basepython = python3.8
 deps =
     -r{toxinidir}/requirements-docs.txt
     -chttps://releases.openstack.org/constraints/upper/yoga
-    -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=oslo
 commands =
     sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck