Am Sonntag, 7. Juli 2013 07:39:18 UTC+2 schrieb Mark Elston:
>
> How is this supposed to be used?
>
> Mark
>
Hi Mark,
the cover image uses the static file mechanism. A recent addition to the faq
hopefully clarifies this:
* The handling of the epub cover page differs from the reStructuredText
procedure which automatically resolves image paths and puts the images
into the ``_images`` directory. For the epub cover page put the image in
the
:confval:`html_static_path` directory and reference it with its full path
in
the :confval:`epub_cover` config option.
So the setting should be something like this:
html_static_path = ['_static']
epub_cover = ('_static/cover.png', '')
Regards,
Roland
--
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/groups/opt_out.