From ea0043c35b83ebc03e07cc2dc9090a8d9ad9e5db Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Wed, 1 Aug 2018 08:46:14 +0200 Subject: Drop the _static folder and update the release date --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index 95e0adfb5..ada9ec493 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -133,7 +133,7 @@ html_theme_options = { # 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