diff options
author | thmsdt <thomas.kulik@telekom.de> | 2025-01-08 11:00:55 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2025-01-09 16:15:47 +0100 |
commit | d674eb6dc50b8746feeacbfda38f2667509c66e0 (patch) | |
tree | d95ceacdf1db86d64b51997c15976ab05d9efd9d /docs | |
parent | 205bd9f0241ac41135c1a39a30c9f2378585d0e7 (diff) |
docs config for oslo releaseoslo
Issue-ID: DOC-826
Change-Id: I1ecb7d9e2ed4633df8820399f9922f1fd4e0ef10
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/conf.py | 7 | ||||
-rw-r--r-- | docs/index.rst | 5 | ||||
-rw-r--r-- | docs/tox.ini | 6 |
3 files changed, 6 insertions, 12 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5d7a79941d..17465d964d 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,8 +19,8 @@ from docutils.parsers.rst import directives project = "onap" -release = "master" -version = "master" +release = "oslo" +version = "oslo" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length @@ -46,7 +46,7 @@ extensions = [ # Change to {releasename} after you have created the new 'doc' branch. # -branch = 'latest' +branch = 'oslo' doc_url = 'https://docs.onap.org/projects' master_doc = 'index' @@ -59,7 +59,6 @@ spelling_lang = "en_GB" intersphinx_mapping = {} intersphinx_mapping['onap-cps-ncmp-dmi-plugin'] = ('{}/onap-cps-ncmp-dmi-plugin/en/%s'.format(doc_url) % branch, None) -intersphinx_mapping['onap-cps-cps-temporal'] = ('{}/onap-cps-cps-temporal/en/%s'.format(doc_url) % branch, None) linkcheck_ignore = [ 'http://localhost', diff --git a/docs/index.rst b/docs/index.rst index 573bd54122..c162264dbb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,8 +31,3 @@ DMI-Plugin ========== * :ref:`DMI-Plugin<onap-cps-ncmp-dmi-plugin:master_index>` - -CPS Temporal -============ - -* :ref:`CPS-Temporal<onap-cps-cps-temporal:master_index>` diff --git a/docs/tox.ini b/docs/tox.ini index 7e427685fd..7f738bf182 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -25,7 +25,7 @@ basepython = python3.10 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 html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html [testenv:docs-linkcheck] @@ -33,7 +33,7 @@ basepython = python3.10 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 linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck [testenv:docs-spellcheck] @@ -41,6 +41,6 @@ basepython = python3.10 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 -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck |