From 6eeb0c629032154e3843135ddc1908674472f10f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Sun, 9 May 2021 19:50:29 +0200 Subject: [PATCH] Disable the html_static_path option Fixes #40 --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 1fcb58a..77d7589 100644 --- a/conf.py +++ b/conf.py @@ -178,7 +178,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 = ['_build/html/_static'] +# html_static_path = ['_build/html/_static'] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied