diff --git a/conf.py b/conf.py index 7da063550..c242e4db5 100644 --- a/conf.py +++ b/conf.py @@ -238,7 +238,7 @@ html_permalinks = True # Sphinx >= 3.5 # Additional JS & CSS files that can be imported with the 'custom-js' and 'custom-css' metadata. # Lists are empty because the files are specified in extensions/themes. html_js_files = [] -html_css_files = ["css/js.css"] +html_css_files = [] # PHP lexer option to not require dd > p:before { - content: "-> "; -} - -.js .field-list { - border: none !important; -} - -.js .sig-param, .js .sig-paren { - font-style: normal; - font-size: initial; - color: #4B5563; - font-family: var(--bs-font-monospace); -} - -.js .sig-paren { - color: #212529; -}