From 7d4819339a22c5baaddc3b2daa182e8a9188dfde Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Sun, 17 Jun 2018 19:42:31 +0200 Subject: [PATCH] Fix a Sphinx warning related to a non-existent _static directory --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 4fd8f74..0c796f5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -150,7 +150,7 @@ if not on_rtd: # only import and set the theme if we're building docs locally # 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