From a114014e35671d47d722d3e2faa2c38d35543cf8 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Sun, 1 Apr 2012 03:20:23 -0700 Subject: drop static dir reference; it's unused --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 3ed00323..61c85a2e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -126,7 +126,7 @@ html_theme = 'sphinxdoc' # 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.3-65-gdbad