From c340879d3553293c62391077fe07d4749293df88 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Fri, 5 Jan 2024 13:11:30 +0100 Subject: fix docs config files Issue-ID: DOC-821 Change-Id: I8d9763b5f1e0d53c8852fd8b419399905ccdfc17 Signed-off-by: thmsdt --- .gitreview | 1 + docs/conf.py | 6 +++--- docs/tox.ini | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitreview b/.gitreview index c33b8033..537c8eff 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=dcaegen2 +defaultbranch=montreal diff --git a/docs/conf.py b/docs/conf.py index 81aa0084..2690a4f0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ project = "onap" -release = "master" -version = "master" -branch = 'latest' +release = "montreal" +version = "montreal" +branch = 'montreal' master_doc = 'index' author = "Open Network Automation Platform" diff --git a/docs/tox.ini b/docs/tox.ini index e5de93ec..26a27288 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -12,7 +12,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 html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" @@ -23,7 +23,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 linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck [testenv:docs-spellcheck] @@ -31,5 +31,5 @@ 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 -- cgit 1.2.3-korg