]> git.parisson.com Git - django-social-auth.git/commitdiff
Remove static directory setting
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 21 Mar 2011 05:10:08 +0000 (02:10 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 21 Mar 2011 05:10:08 +0000 (02:10 -0300)
doc/conf.py

index a1521cf7bf2180c3a789679dd6c852033640d003..462d1e3e144fbc7f4bac9f5ab49994a15cb7e555 100644 (file)
@@ -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.