|
14 | 14 | # -- General configuration --------------------------------------------------- |
15 | 15 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
16 | 16 |
|
17 | | -extensions = ['sphinx.ext.intersphinx', 'breathe'] |
| 17 | +extensions = ['breathe'] |
18 | 18 |
|
19 | 19 | templates_path = ['_templates'] |
20 | 20 | exclude_patterns = ['_build_sphinx', 'Thumbs.db', '.DS_Store'] |
|
24 | 24 |
|
25 | 25 | html_theme = 'alabaster' |
26 | 26 |
|
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 | | - |
40 | 27 | ## -- Options for Breathe ---------------------------------------------------- |
41 | 28 | # https://breathe.readthedocs.io/en/latest/index.html |
42 | 29 | # |
|
0 commit comments