Skip to content

Commit 7f92503

Browse files
committed
[nrf noup] doc: remove intersphinx references
Since the migration to Zoomin, this is no longer possible. Remove the functionality until a workaround is found. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 3c083d2 commit 7f92503

3 files changed

Lines changed: 1 addition & 28 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1616

17-
extensions = ['sphinx.ext.intersphinx', 'breathe']
17+
extensions = ['breathe']
1818

1919
templates_path = ['_templates']
2020
exclude_patterns = ['_build_sphinx', 'Thumbs.db', '.DS_Store']
@@ -24,19 +24,6 @@
2424

2525
html_theme = 'alabaster'
2626

27-
# -- Options for Intersphinx -------------------------------------------------
28-
# https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html
29-
30-
intersphinx_mapping = {
31-
'ncs': ('https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/', None),
32-
'nrfx': ('https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfx/', None),
33-
'nrfxlib': ('https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/', None),
34-
'zephyr': ('https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/', None),
35-
'mcuboot': ('https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/mcuboot/', None),
36-
'tfm': ('https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/tfm/', None),
37-
'matter': ('https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/matter/', None),
38-
}
39-
4027
## -- Options for Breathe ----------------------------------------------------
4128
# https://breathe.readthedocs.io/en/latest/index.html
4229
#

doc/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This is a simple Sphinx documentation setup for ``ncs-example-application``.
99

1010
drivers/index
1111
lib/index
12-
references
1312

1413
Indices and tables
1514
==================

doc/references.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)