diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-04-14 18:09:24 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-04-14 18:09:24 -0400 |
| commit | ab54857c50d46cd3157a6c8f45a45e4e12712825 (patch) | |
| tree | 0c53eed55fa1f8dc7fded1797e9e7441f1ecb2c6 /api-docs | |
| parent | 1e23f4762c00030238e9ee1effd79ef1af66960f (diff) | |
override extra colon from mismatched docutils version
Diffstat (limited to 'api-docs')
| -rw-r--r-- | api-docs/source/_static/css/other.css | 4 |
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; +} |
