doc: extensions: zephyr-domain: make Breathe inserts optional
So that external users of the domain only interested in e.g. referencing roles, can skip tweaks made to Breathe's directives. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
9f4a7ba0f5
commit
9e5e8e8c40
2 changed files with 11 additions and 1 deletions
|
@ -310,6 +310,10 @@ external_content_keep = [
|
|||
"build/dts/api/compatibles/**/*",
|
||||
]
|
||||
|
||||
# -- Options for zephyr.domain --------------------------------------------
|
||||
|
||||
zephyr_breathe_insert_related_samples = True
|
||||
|
||||
# -- Options for sphinx.ext.graphviz --------------------------------------
|
||||
|
||||
graphviz_dot = os.environ.get("DOT_EXECUTABLE", "dot")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue