summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-01-05 13:11:30 +0100
committerthmsdt <thomas.kulik@telekom.de>2024-01-05 13:12:00 +0100
commitc340879d3553293c62391077fe07d4749293df88 (patch)
tree8778063f79550365ec18dad189695858d9c45f3a
parent558839f72f39eed7fd08628595a4bd714efc9b39 (diff)
fix docs config filesmontreal
Issue-ID: DOC-821 Change-Id: I8d9763b5f1e0d53c8852fd8b419399905ccdfc17 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r--.gitreview1
-rw-r--r--docs/conf.py6
-rw-r--r--docs/tox.ini6
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