Author: jezdez
Date: 2010-10-08 10:33:27 -0500 (Fri, 08 Oct 2010)
New Revision: 14014

Modified:
   django/trunk/docs/conf.py
Log:
Disabled unused Sphinx configuration option that triggered a warning.

Modified: django/trunk/docs/conf.py
===================================================================
--- django/trunk/docs/conf.py   2010-10-08 15:33:11 UTC (rev 14013)
+++ django/trunk/docs/conf.py   2010-10-08 15:33:27 UTC (rev 14014)
@@ -125,7 +125,7 @@
 # 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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to