|
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'] |
| 17 | +extensions = ['sphinx.ext.intersphinx', 'breathe'] |
18 | 18 |
|
19 | 19 | templates_path = ['_templates'] |
20 | 20 | exclude_patterns = ['_build_sphinx', 'Thumbs.db', '.DS_Store'] |
21 | 21 |
|
22 | | - |
23 | | - |
24 | 22 | # -- Options for HTML output ------------------------------------------------- |
25 | 23 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
26 | 24 |
|
|
30 | 28 | # https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html |
31 | 29 |
|
32 | 30 | intersphinx_mapping = {'zephyr': ('https://docs.zephyrproject.org/latest/', None)} |
| 31 | + |
| 32 | +## -- Options for Breathe ---------------------------------------------------- |
| 33 | +# https://breathe.readthedocs.io/en/latest/index.html |
| 34 | +# |
| 35 | +# WARNING: please, check breathe maintainership status before using this |
| 36 | +# extension in production! |
| 37 | + |
| 38 | +breathe_projects = {'example-application': '_build_doxygen/xml'} |
| 39 | +breathe_default_project = 'example-application' |
| 40 | +breathe_default_members = ('members', ) |
0 commit comments