From ab54857c50d46cd3157a6c8f45a45e4e12712825 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 14 Apr 2023 18:09:24 -0400 Subject: override extra colon from mismatched docutils version --- api-docs/source/_static/css/other.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'api-docs/source') diff --git a/api-docs/source/_static/css/other.css b/api-docs/source/_static/css/other.css index 935fd711..cb820486 100644 --- a/api-docs/source/_static/css/other.css +++ b/api-docs/source/_static/css/other.css @@ -10,3 +10,7 @@ .cpplink a, .cpplink a:visited { text-decoration: underline; } + +.colon { + display: none !important; +} -- cgit v1.3.1