[Python-checkins] r66397 - doctools/branches/0.4.x/sphinx/quickstart.py

georg.brandl python-checkins at python.org
Fri Sep 12 00:19:45 CEST 2008


Author: georg.brandl
Date: Fri Sep 12 00:19:44 2008
New Revision: 66397

Log:
#3837: fix comment for html_logo.


Modified:
   doctools/branches/0.4.x/sphinx/quickstart.py

Modified: doctools/branches/0.4.x/sphinx/quickstart.py
==============================================================================
--- doctools/branches/0.4.x/sphinx/quickstart.py	(original)
+++ doctools/branches/0.4.x/sphinx/quickstart.py	Fri Sep 12 00:19:44 2008
@@ -115,8 +115,8 @@
 # A shorter title for the navigation bar.  Default is the same as html_title.
 #html_short_title = None
 
-# The name of an image file (within the static path) to place at the top of
-# the sidebar.
+# The name of an image file (relative to this directory) to place at the top
+# of the sidebar.
 #html_logo = None
 
 # The name of an image file (within the static path) to use as favicon of the


More information about the Python-checkins mailing list