From 491966aeb8e4059de6f3421dba49e20589ab6e72 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Wed, 8 Jan 2025 11:11:05 +0100 Subject: [PATCH] docs config for oslo release Issue-ID: DOC-826 Change-Id: Id084217cfa9a1ec646eeff4e6ebd5c921531d033 Signed-off-by: thmsdt --- docs/conf.py | 6 +++--- docs/tox.ini | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 724b903f..468bdc7f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,8 +20,8 @@ from docutils.parsers.rst import directives project = "onap" -release = "master" -version = "master" +release = "oslo" +version = "oslo" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -47,7 +47,7 @@ extensions = [ # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' +branch = 'oslo' doc_url = 'https://docs.onap.org/projects' master_doc = 'index' diff --git a/docs/tox.ini b/docs/tox.ini index 25da5d74..6ccfaa61 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -25,7 +25,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?h=master + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=oslo commands = sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html [testenv:docs-linkcheck] @@ -33,7 +33,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?h=master + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=oslo commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck [testenv:docs-spellcheck] @@ -41,6 +41,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 -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck -- 2.16.6