diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2021-11-10 12:16:40 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2021-11-10 15:30:56 +0100 |
| commit | afb8fe93b1cf1e44c15fc0e65c18eda67cc04da2 (patch) | |
| tree | 8776eb1595cccf1caa2934daebe892aba30db3c1 /doc/developer/conf.py | |
| parent | de75bdc37b13bbaa23177f02d87d8be24553ef9d (diff) | |
doc: stick `libunwind` into build docs
It's strictly optional, but… the backtraces are really much better.
Specifically, `libunwind` is notably more capable in figuring out
function names compared to glibc/libexecinfo `backtrace_symbols()`.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'doc/developer/conf.py')
| -rw-r--r-- | doc/developer/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/developer/conf.py b/doc/developer/conf.py index 61df6e0e60..79f8233978 100644 --- a/doc/developer/conf.py +++ b/doc/developer/conf.py @@ -136,6 +136,7 @@ language = None # directories to ignore when looking for source files. exclude_patterns = [ "_build", + "building-libunwind-note.rst", "building-libyang.rst", "topotests-snippets.rst", "topotests-markers.rst", |
