diff options
author | 2025-01-08 11:15:35 +0100 | |
---|---|---|
committer | 2025-01-08 11:16:19 +0100 | |
commit | aaec2b107b6d72513969d8acf3868a5adb098c3f (patch) | |
tree | ca9b89c09020427fed19b6f31ff1f17e0908f41f | |
parent | 83458d5512ac15a0d101c236ef7a089886bab2e1 (diff) |
docs config for oslo release
Issue-ID: DOC-826
Change-Id: I2ba3a4221d042eaca0b2c1fa4d4687db424c68c9
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-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 5cd858a3..d5815e56 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,11 +17,11 @@ # project = "onap" -release = "master" -version = "master" +release = "oslo" +version = "oslo" # 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 = 'oslo' author = "Open Network Automation Platform" diff --git a/docs/tox.ini b/docs/tox.ini index cf813e1b..5b21a2e6 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -10,7 +10,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 + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=oslo commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" @@ -30,6 +30,6 @@ 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=oslo commands = sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck |