From d5694cd9d863e3142b5b3b2304ff2395fb3dbb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Thu, 5 Sep 2024 09:16:43 +0200 Subject: [PATCH] doc: css: drop Breathe rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have dropped Breathe so these rules are just bloating the CSS file. Signed-off-by: Benjamin Cabé --- doc/_static/css/custom.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css index 5da9e22d92c..94b9043ed4d 100644 --- a/doc/_static/css/custom.css +++ b/doc/_static/css/custom.css @@ -780,23 +780,6 @@ kbd, .kbd, background-color: var(--navbar-scrollbar-active-color); } -/* Breathe tweaks */ - -.rst-content .section > dl > dd { - margin-left: 0; -} - -.rst-content p.breathe-sectiondef-title { - font-size: 115%; - color: var(--link-color); -} - -.rst-content dl:not(.docutils) dl:not(.rst-other-versions) dt { - background: var(--admonition-note-background-color) !important; - border-top: none !important; - border-left: none !important; -} - /* Misc tweaks */ .rst-columns {