aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-11-22 14:55:50 +0000
committerGerrit Code Review <gerrit@onap.org>2023-11-22 14:55:50 +0000
commit80e8366498e34302afe7e85db6d345e148571712 (patch)
tree5462aa676597fcb68fcac64ce90c3982f6de7609
parent67e3b0d2177638951fae4b9af654c4d7344f99d3 (diff)
parentd59dcf4f46a4857cf41bbc8596b9ca24ff9caab2 (diff)
Merge "fix doc config files Issue-ID: DOC-821" into montreal1.6.1
-rw-r--r--.gitreview2
-rw-r--r--docs/conf.py6
-rw-r--r--docs/tox.ini4
3 files changed, 6 insertions, 6 deletions
diff --git a/.gitreview b/.gitreview
index 385bc7bd..1d8799ff 100644
--- a/.gitreview
+++ b/.gitreview
@@ -3,5 +3,5 @@
host=gerrit.onap.org
port=29418
project=ccsdk/oran
- defaultbranch=master
+ defaultbranch=montreal
\ No newline at end of file
diff --git a/docs/conf.py b/docs/conf.py
index f53b9f4d..acc95d94 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,9 +1,9 @@
project = "onap"
-release = "master"
-version = "master"
+release = "montreal"
+version = "montreal"
# Map to 'latest' if this file is used in 'latest' (master) 'doc' branch.
# Change to {releasename} after you have created the new 'doc' branch.
-branch = 'latest'
+branch = 'montreal'
author = "Open Network Automation Platform"
diff --git a/docs/tox.ini b/docs/tox.ini
index 00ec327c..3fde8599 100644
--- a/docs/tox.ini
+++ b/docs/tox.ini
@@ -10,7 +10,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
+ -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=montreal
commands =
sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
echo "Generated docs available in {toxinidir}/_build/html"
@@ -31,7 +31,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 spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck