diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-13 11:04:07 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-06-17 10:02:18 +0200 |
commit | 7c869cc2b013eaac114b5fb9faac401ccadad378 (patch) | |
tree | 30a3f4e9a890401df66eb1572085742d60e94e09 | |
parent | 70fe44909abc1e19cb0f68d8ef09004ba5317d7d (diff) |
Update doc references in ui newdelhi branch
Issue-ID: PORTALNG-111
Change-Id: I665586a8e9bdd215daf536ee05d473e85e6717e5
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | docs/tox.ini | 6 |
3 files changed, 6 insertions, 6 deletions
@@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=portal-ng/ui -defaultbranch=master
\ No newline at end of file +defaultbranch=newdelhi
\ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 8cdff9b..92dbf03 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 diff --git a/docs/tox.ini b/docs/tox.ini index 38771a6..1ee0471 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,7 +26,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 -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck # sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck |