null+****@clear*****
null+****@clear*****
2011年 9月 26日 (月) 23:38:04 JST
Kouhei Sutou 2011-09-26 14:38:04 +0000 (Mon, 26 Sep 2011)
New Revision: 845011240c0115b299c8ec0723ff5ce1f2cf0a3a
Log:
[doc] disable unused static file path.
Modified files:
doc/source/conf.py
Modified: doc/source/conf.py (+1 -1)
===================================================================
--- doc/source/conf.py 2011-09-26 14:37:52 +0000 (d8c8015)
+++ doc/source/conf.py 2011-09-26 14:38:04 +0000 (3ce53b8)
@@ -182,7 +182,7 @@ html_title = html_title_format % {"project": project,
# 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.