This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jmswisher
Recipients georg.brandl, jmswisher
Date 2008-09-11.16:27:54
SpamBayes Score 5.8960286e-05
Marked as misclassified No
Message-id <1221150535.52.0.0971276007323.issue3837@psf.upfronthosting.co.za>
In-reply-to
Content
In Sphinx 0.4.2, the handling of the html_logo setting was changed to
use a relative path, like latex_logo, rather than the static path.
However, the comment for html_logo in the quickstart template was not
changed. This caused me confusion because Sphinx did not copy my logo
file from the static path.

Current::

  # The name of an image file (within the static path) to place at the
top of
  # the sidebar.
  #html_logo = None

Revised::

  # The name of an image file (relative to this directory) to place at
the top of
  # the sidebar.
  #html_logo = None
History
Date User Action Args
2008-09-11 16:28:55jmswishersetrecipients: + jmswisher, georg.brandl
2008-09-11 16:28:55jmswishersetmessageid: <1221150535.52.0.0971276007323.issue3837@psf.upfronthosting.co.za>
2008-09-11 16:27:55jmswisherlinkissue3837 messages
2008-09-11 16:27:54jmswishercreate