Message73041
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 |
|
Date |
User |
Action |
Args |
2008-09-11 16:28:55 | jmswisher | set | recipients:
+ jmswisher, georg.brandl |
2008-09-11 16:28:55 | jmswisher | set | messageid: <1221150535.52.0.0971276007323.issue3837@psf.upfronthosting.co.za> |
2008-09-11 16:27:55 | jmswisher | link | issue3837 messages |
2008-09-11 16:27:54 | jmswisher | create | |
|