doc: bump breathe requirement to >=4.23.0

Breathe>=4.23.0 brings in basic xrefitem rendering support and fixes
issues parsing anonymous struct/unions. This version also adds a config
knob for showing or hiding enumerator values, so set it to generate
documentation compatible with previous versions.

Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
Fabio Utzig
2020-10-23 07:40:49 -03:00
committed by Carles Cufí
parent 90f56dbabf
commit 8cd7ed1980
2 changed files with 2 additions and 1 deletions

View File

@@ -521,6 +521,7 @@ breathe_domain_by_extension = {
"c": "c",
}
breathe_separate_member_pages = True
breathe_show_enumvalue_initializer = True
# Qualifiers to a function are causing Sphihx/Breathe to warn about
# Error when parsing function declaration and more. This is a list

View File

@@ -1,6 +1,6 @@
# DOC: used to generate docs
breathe>=4.21.0
breathe>=4.23.0
docutils>=0.16
sphinx>=3.2.0,<4.0
sphinx_rtd_theme