From 6003b294ab54361c7eb01e5bb121d2cdb8cebbac Mon Sep 17 00:00:00 2001 From: thmsdt Date: Wed, 25 Jun 2025 11:46:57 +0200 Subject: [PATCH] fix doc config files for paris release Issue-ID: DOC-828 Change-Id: I8a8d11e0d7e42db3d904531d7de69cbd30053154 Signed-off-by: thmsdt --- .gitreview | 2 +- docs/conf.py | 6 +++--- docs/tox.ini | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitreview b/.gitreview index 73a32ed14..7899c20ce 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=ccsdk/features.git -defaultbranch=master +defaultbranch=paris diff --git a/docs/conf.py b/docs/conf.py index 8b63262d1..ca153fc5a 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 ae83b7f6f..22fcf68a9 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -28,4 +28,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