From: Matías Aguirre Date: Mon, 21 Mar 2011 05:10:08 +0000 (-0300) Subject: Remove static directory setting X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=38ff0515986f2a27c7f5d6382a1225f5c264a429;p=django-social-auth.git Remove static directory setting --- diff --git a/doc/conf.py b/doc/conf.py index a1521cf..462d1e3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -120,7 +120,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 = [] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.