diff options
author | 2025-01-09 16:27:59 +0100 | |
---|---|---|
committer | 2025-01-09 16:28:50 +0100 | |
commit | 29f6e180d42c288cdb1fb912cfa9abb866f872aa (patch) | |
tree | f9a99915dbd523d35ac3bfaea47c08c86c1bec22 | |
parent | c612640db03a9e52a17423fd141141018f454ddb (diff) |
docs config files for oslo release v2
Issue-ID: DOC-826
Change-Id: I6f27294301724feb46b737094c95175a17c33dfc
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rwxr-xr-x | docs/conf.py | 1 | ||||
-rw-r--r-- | docs/index.rst | 4 |
2 files changed, 0 insertions, 5 deletions
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<onap-cps-ncmp-dmi-plugin:master_index>` -CPS Temporal -============ - -* :ref:`CPS-Temporal<onap-cps-cps-temporal:master_index>` |