From aaec2b107b6d72513969d8acf3868a5adb098c3f Mon Sep 17 00:00:00 2001 From: thmsdt Date: Wed, 8 Jan 2025 11:15:35 +0100 Subject: docs config for oslo release Issue-ID: DOC-826 Change-Id: I2ba3a4221d042eaca0b2c1fa4d4687db424c68c9 Signed-off-by: thmsdt --- docs/conf.py | 6 +++--- docs/tox.ini | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5cd858a3..d5815e56 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,11 +17,11 @@ # 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" diff --git a/docs/tox.ini b/docs/tox.ini index cf813e1b..5b21a2e6 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -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 -- cgit