From 1fd6ecfdb5a16ffb03fd76eb0977428b0247a09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 9 Aug 2023 17:52:00 +0200 Subject: [PATCH] Revert "doc: Update requirements-doc.txt to use docleaf" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 30c3ce4a92c7ebcd7885ac5a01ddcfc0334fbad4. Signed-off-by: Benjamin Cabé --- doc/_extensions/zephyr/doxyrunner.py | 2 +- doc/_static/css/custom.css | 4 ++-- doc/requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/_extensions/zephyr/doxyrunner.py b/doc/_extensions/zephyr/doxyrunner.py index 8ab68cc754397e..8bd10e63a97c97 100644 --- a/doc/_extensions/zephyr/doxyrunner.py +++ b/doc/_extensions/zephyr/doxyrunner.py @@ -9,7 +9,7 @@ ============ This Sphinx plugin can be used to run Doxygen build as part of the Sphinx build -process. It is meant to be used with other plugins such as ``docleaf`` in order +process. It is meant to be used with other plugins such as ``breathe`` in order to improve the user experience. The principal features offered by this plugin are: diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css index a357621205aace..da9f379d41d6d4 100644 --- a/doc/_static/css/custom.css +++ b/doc/_static/css/custom.css @@ -843,13 +843,13 @@ kbd, .kbd, background-color: var(--navbar-scrollbar-active-color); } -/* Docleaf tweaks */ +/* Breathe tweaks */ .rst-content .section > dl > dd { margin-left: 0; } -.rst-content p.docleaf-sectiondef-title { +.rst-content p.breathe-sectiondef-title { font-size: 115%; color: var(--link-color); } diff --git a/doc/requirements.txt b/doc/requirements.txt index 2bd19422dca575..2d90048e16f90e 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ # DOC: used to generate docs -docleaf==0.8.1 +breathe>=4.34 sphinx~=6.2 sphinx_rtd_theme~=1.2 sphinx-tabs