From c4a33e5c6bad876671a77249629e6c22ddc068b9 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Wed, 25 Jun 2025 11:43:27 +0200 Subject: [PATCH] fix doc config files for paris release Issue-ID: DOC-828 Change-Id: I9bfe198810175b0a64f24091b7e6a5adb5df3c56 Signed-off-by: thmsdt --- .gitreview | 2 +- docs/conf.py | 6 +++--- docs/tox.ini | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitreview b/.gitreview index 79a5351d..7e9ad3c9 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=ccsdk/distribution.git -defaultbranch=master +defaultbranch=paris diff --git a/docs/conf.py b/docs/conf.py index 8b63262d..ca153fc5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "master" -version = "master" +release = "paris" +version = "paris" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -30,7 +30,7 @@ extensions = [ # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' +branch = 'paris' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' diff --git a/docs/tox.ini b/docs/tox.ini index 102f6754..f87f1de0 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -16,6 +16,7 @@ allowlist_externals = echo git sh + /usr/bin/echo [testenv:docs-linkcheck] basepython = python3.8 @@ -34,4 +35,4 @@ deps = -chttps://releases.openstack.org/constraints/upper/yoga -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = - sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck + sphinx-build -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck -- 2.16.6