From 042bc7393241d196042f027ee39cbb79fe594e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Karpi=C5=84ski?= Date: Fri, 19 Jan 2024 18:06:13 +0100 Subject: [PATCH] Fix capitalized property descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Szymon KarpiƄski --- docs/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 31c1aaaaf3..f0257b486d 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -80,7 +80,7 @@ border-top: solid 3px rgba(59,93,0,1); } - html.writer-html4 .rst-content dl:not(.docutils) .property, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .property { + html.writer-html4 .rst-content dl:not(.docutils):not(.py) .property, html.writer-html5 .rst-content dl[class]:not(.py):not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .property { text-transform: capitalize; display: inline-block; padding-right: 8px;