aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdocs/conf.py7
-rw-r--r--docs/index.rst5
-rw-r--r--docs/tox.ini6
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