From 069748c3d20a32a6d238070a847d43e3437d9afe Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Tue, 21 Dec 2021 19:21:06 +0200 Subject: [PATCH] Fix doc styling; same problem as in https://github.com/UAVCAN/pydsdl/pull/74\#discussion_r756429790 --- docs/static/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/static/custom.css b/docs/static/custom.css index f9b316e4b..60a73ec7d 100644 --- a/docs/static/custom.css +++ b/docs/static/custom.css @@ -36,6 +36,10 @@ h2 { font-weight: bold; } +.rst-content dl { + display: block !important; +} + .rst-content a { color: #1700b3; }