null+****@clear*****
null+****@clear*****
2011年 5月 29日 (日) 16:02:08 JST
Kouhei Sutou 2011-05-29 07:02:08 +0000 (Sun, 29 May 2011)
New Revision: 02d9a56fb40d83420d6c32f8908499fd94df3e8f
Log:
[doc] don't show Sphinx version in footer.
Modified files:
doc/source/conf.py
Modified: doc/source/conf.py (+3 -0)
===================================================================
--- doc/source/conf.py 2011-05-29 06:12:03 +0000 (6c00269)
+++ doc/source/conf.py 2011-05-29 07:02:08 +0000 (642cdf7)
@@ -211,6 +211,9 @@ html_static_path = ['static']
# If true, links to the reST sources are added to the pages.
#html_show_sourcelink = True
+# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
+html_show_sphinx = False
+
# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
# base URL from which the finished HTML is served.