Skip to content

Commit

Permalink
docs config for oslo release
Browse files Browse the repository at this point in the history
Issue-ID: DOC-826

Change-Id: I2ba3a4221d042eaca0b2c1fa4d4687db424c68c9
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
  • Loading branch information
thmsdt committed Jan 8, 2025
1 parent 83458d5 commit aaec2b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions docs/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

0 comments on commit aaec2b1

Please sign in to comment.