From bf0b2a32f09c0532dfc5eccc1eef225e2055cabd Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Thu, 8 Dec 2016 02:31:44 +0100 Subject: [PATCH] Set root docs html_static_path to empty list --- docs/root/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/source/conf.py b/docs/root/source/conf.py index e9bbfcbf..50dec3ea 100644 --- a/docs/root/source/conf.py +++ b/docs/root/source/conf.py @@ -162,7 +162,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # 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 = [] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied