From 40b1861c00ce6d0a18d6705dcc99d990aa0cf3bf Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sat, 20 Dec 2014 19:10:14 -0800 Subject: Dont include html_static_path, suppresses warning when building docs. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d1dca3c..a77ac83 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,7 +128,7 @@ html_theme = 'default' # 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