doc: Update requirements-doc.txt to use docleaf

Instead of breathe.

I'm not sure of the best version comparison to use. There is no
intention to break the API for docleaf but it is also still young
in some ways and there might be adjustments to the configuration values
that would need to be reflected in the version number as it is still
pre-1.0 that would only be a minor version change.

Signed-off-by: Michael Jones <m.pricejones@gmail.com>
This commit is contained in:
Michael Jones 2023-06-21 20:49:08 +01:00 committed by Fabio Baltieri
commit 30c3ce4a92
3 changed files with 4 additions and 4 deletions

View file

@ -843,13 +843,13 @@ kbd, .kbd,
background-color: var(--navbar-scrollbar-active-color);
}
/* Breathe tweaks */
/* Docleaf tweaks */
.rst-content .section > dl > dd {
margin-left: 0;
}
.rst-content p.breathe-sectiondef-title {
.rst-content p.docleaf-sectiondef-title {
font-size: 115%;
color: var(--link-color);
}