summaryrefslogtreecommitdiff
path: root/api-docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-04-14 18:09:24 -0400
committerJordan Wiens <jordan@psifertex.com>2023-04-14 18:09:24 -0400
commitab54857c50d46cd3157a6c8f45a45e4e12712825 (patch)
tree0c53eed55fa1f8dc7fded1797e9e7441f1ecb2c6 /api-docs
parent1e23f4762c00030238e9ee1effd79ef1af66960f (diff)
override extra colon from mismatched docutils version
Diffstat (limited to 'api-docs')
-rw-r--r--api-docs/source/_static/css/other.css4
1 files changed, 4 insertions, 0 deletions
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;
+}