From ca8a5ac92c0889498a85c262eafefc255a9e9e20 Mon Sep 17 00:00:00 2001 From: Paulo Cheque Date: Tue, 5 Sep 2023 17:17:13 -0300 Subject: [PATCH] Fixed Sphinx doc theme --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c6bb3f9..19747bd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -135,7 +135,7 @@ # Add any paths that contain custom static files (such as style sheets) here, # 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_static_path = ['_static'] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied