null+****@clear*****
null+****@clear*****
2011年 5月 31日 (火) 11:44:33 JST
Kouhei Sutou 2011-05-31 02:44:33 +0000 (Tue, 31 May 2011)
New Revision: 204a94609dbfb3f4e6b12a950671b4969f00baf6
Log:
[doc] don't use SmartyPants.
Modified files:
doc/source/conf.py
Modified: doc/source/conf.py (+1 -1)
===================================================================
--- doc/source/conf.py 2011-05-31 02:38:57 +0000 (642cdf7)
+++ doc/source/conf.py 2011-05-31 02:44:33 +0000 (d8c8015)
@@ -190,7 +190,7 @@ html_static_path = ['static']
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
-#html_use_smartypants = True
+html_use_smartypants = False
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}