From 29f6e180d42c288cdb1fb912cfa9abb866f872aa Mon Sep 17 00:00:00 2001 From: thmsdt Date: Thu, 9 Jan 2025 16:27:59 +0100 Subject: docs config files for oslo release v2 Issue-ID: DOC-826 Change-Id: I6f27294301724feb46b737094c95175a17c33dfc Signed-off-by: thmsdt --- docs/conf.py | 1 - docs/index.rst | 4 ---- 2 files changed, 5 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 5d7a79941d..364efe8f1d 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -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..aa5fc827c0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -32,7 +32,3 @@ DMI-Plugin * :ref:`DMI-Plugin` -CPS Temporal -============ - -* :ref:`CPS-Temporal` -- cgit