Skip to content

Commit

Permalink
Revert "doc: Update requirements-doc.txt to use docleaf"
Browse files Browse the repository at this point in the history
This reverts commit 30c3ce4.

Signed-off-by: Benjamin Cabé <[email protected]>
  • Loading branch information
kartben committed Aug 23, 2023
1 parent 3cb0713 commit 1fd6ecf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/_extensions/zephyr/doxyrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions doc/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1fd6ecf

Please sign in to comment.