diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-06-05 12:29:31 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-06-05 13:03:08 +0200 |
commit | 891a6232e3a1b1b3afc509a868ad4b43675a4f0e (patch) | |
tree | 7956a905224bc1f446585df89de1ae2553e286ff | |
parent | 2b9a19a09d098c01fbb4f892b9659b084617a416 (diff) |
fix doc config filesnewdelhi
Issue-ID: DOC-823
Change-Id: I022ee3d658211f68022a1725262005ef92e12354
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | docs/conf.py | 6 | ||||
-rw-r--r-- | docs/tox.ini | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/.gitreview b/.gitreview index 476096444..8f1932f79 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=integration.git -defaultbranch=master +defaultbranch=newdelhi diff --git a/docs/conf.py b/docs/conf.py index 14f37ca67..204ee13a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "master" -version = "master" +release = "newdelhi" +version = "newdelhi" 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 = 'latest' #TO BE CHANGED TO newdelhi WHEN OOM & CLI BRANCH IS AVAILABLE intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' diff --git a/docs/tox.ini b/docs/tox.ini index 46075fa6a..f90298f50 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -8,7 +8,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=newdelhi commands = sphinx-build -W -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html @@ -17,7 +17,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=newdelhi commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck @@ -26,6 +26,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=newdelhi commands = sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck |