From 2ea0e7c720893bff954a90b262f23e7fccf71046 Mon Sep 17 00:00:00 2001 From: Jan Ducnuigeen Date: Fri, 17 Nov 2023 10:42:07 +1300 Subject: [PATCH] docs: back to standard css --- db/docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/docs/source/conf.py b/db/docs/source/conf.py index 02b501a5..f4d298c7 100644 --- a/db/docs/source/conf.py +++ b/db/docs/source/conf.py @@ -148,7 +148,7 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] -html_style = '_static/default.css' +# html_style = '_static/default.css' # html_css_files = ['_static/default.css',] # Add any extra paths that contain custom files (such as robots.txt or