diff options
| author | Georg Brandl <georg@python.org> | 2010-02-19 10:36:59 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-02-19 10:36:59 +0100 |
| commit | 2d386e35627a3c30c0133a78c079d416af8ac379 (patch) | |
| tree | 84de1c593dba390696aeea5162621332ea65ea18 /doc/builders.rst | |
| parent | ce67f3457c9bb608fc70eb09bb000190059a5105 (diff) | |
| parent | 7b4b7b2a067a6258571e2e29ea423a85908fa759 (diff) | |
| download | sphinx-2d386e35627a3c30c0133a78c079d416af8ac379.tar.gz | |
merge with trunk
Diffstat (limited to 'doc/builders.rst')
| -rw-r--r-- | doc/builders.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/builders.rst b/doc/builders.rst index 4beb5bff..f609ab71 100644 --- a/doc/builders.rst +++ b/doc/builders.rst @@ -81,6 +81,11 @@ The builder's "name" must be given to the **-b** command-line option of details about it. For definition of the epub format, have a look at `<http://www.idpf.org/specs.htm>`_ or `<http://en.wikipedia.org/wiki/EPUB>`_. + Some ebook readers do not show the link targets of references. Therefore + this builder adds the targets after the link when necessary. The display + of the URLs can be customized by adding CSS rules for the class + ``link-target``. + Its name is ``epub``. .. module:: sphinx.builders.latex |
