From 2f1ef79953dfa6e0c7e898467d1a2d6cb026db5f Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 27 Nov 2018 16:53:03 -0800 Subject: comment out static directory via html_static_path --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8ac46d7..00d8761 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,7 +97,7 @@ html_theme_options = dict( # 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'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -- cgit v1.2.1