diff options
author | thmsdt <thomas.kulik@telekom.de> | 2023-11-22 11:13:20 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2023-11-22 11:14:35 +0100 |
commit | d59dcf4f46a4857cf41bbc8596b9ca24ff9caab2 (patch) | |
tree | a8a91b3f373f2ae12537f769c3d3eea758149eee /docs | |
parent | 4dd60c9cf0f4077190ce0ea54af9cef514f0f50f (diff) |
fix doc config files
Issue-ID: DOC-821
Change-Id: I77d1ff5ed3edc3d8af10a1ccba82e75510d922a5
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 6 | ||||
-rw-r--r-- | docs/tox.ini | 4 |
2 files changed, 5 insertions, 5 deletions
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 |