Skip to content

Commit

Permalink
Avoid generating include samples in breathe docs
Browse files Browse the repository at this point in the history
to avoid errors like

.../compiler-internals/libraries.rst:11: WARNING: undefined label: 'LibraryFile_8h'

---
Signed-off-by: Michael Ferguson <[email protected]>
  • Loading branch information
mppf committed Mar 14, 2024
1 parent 0c5e867 commit bbddb5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
]

breathe_default_project = "dyno"
# don't generate #include suggestions in docs because
# it tries to link to the source code which we're not setup for
breathe_show_include = False

nitpick_ignore_regex = [('cpp:identifier', r'llvm(:.*)?')]
nitpick_ignore = []
Expand Down

0 comments on commit bbddb5b

Please sign in to comment.