diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-01-05 07:10:23 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-01-05 07:11:11 +0100 |
commit | 13ddfba1692c0890635ed996c642ffc9984c2563 (patch) | |
tree | 294bfd98734ea6dae33d249baacb179aeed97e62 /docs | |
parent | 72ae79d15d6ebc9a06202733b2fd999fb30ea048 (diff) |
fix docs config filesmontreal
Issue-ID: DOC-821
Change-Id: I9d8b72cb8fd63bcb96026175e8001f3daac737b1
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 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py index 27c418493..af97539fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "master" -version = "master" +release = "montreal" +version = "montreal" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -31,7 +31,7 @@ extensions = [ # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' +branch = 'montreal' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' diff --git a/docs/tox.ini b/docs/tox.ini index 94fd5ba63..256576ca8 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -8,7 +8,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 -q -W -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html @@ -17,7 +17,7 @@ commands = #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 -q -W -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck @@ -26,6 +26,6 @@ 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 -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck |