From 4da7f7b2306b36b3af3c3316c643985ba0c37547 Mon Sep 17 00:00:00 2001 From: Dominik Liebler Date: Mon, 15 Oct 2018 08:17:20 +0200 Subject: [PATCH] removed not used _static path from Sphinx build --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 48a1bd1..15f4994 100644 --- a/conf.py +++ b/conf.py @@ -137,7 +137,7 @@ html_theme = 'sphinx_rtd_theme' # 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