mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Adjust docs about inline URLs for the epub builder
This commit is contained in:
parent
bfc03b10ad
commit
2f5b7b8db1
@ -84,11 +84,6 @@ The builder's "name" must be given to the **-b** command-line option of
|
|||||||
`<http://idpf.org/epub>`_ or `<http://en.wikipedia.org/wiki/EPUB>`_.
|
`<http://idpf.org/epub>`_ or `<http://en.wikipedia.org/wiki/EPUB>`_.
|
||||||
The builder creates *EPUB 2* files.
|
The builder creates *EPUB 2* files.
|
||||||
|
|
||||||
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``.
|
Its name is ``epub``.
|
||||||
|
|
||||||
.. module:: sphinx.builders.latex
|
.. module:: sphinx.builders.latex
|
||||||
|
@ -956,6 +956,9 @@ the `Dublin Core metadata <http://dublincore.org/>`_.
|
|||||||
* ``'footnote'`` -- display URLs in footnotes
|
* ``'footnote'`` -- display URLs in footnotes
|
||||||
* ``'no'`` -- do not display URLs
|
* ``'no'`` -- do not display URLs
|
||||||
|
|
||||||
|
The display of inline URLs can be customized by adding CSS rules for the
|
||||||
|
class ``link-target``.
|
||||||
|
|
||||||
.. versionadded:: 1.2
|
.. versionadded:: 1.2
|
||||||
|
|
||||||
.. confval:: epub_use_index
|
.. confval:: epub_use_index
|
||||||
|
Loading…
Reference in New Issue
Block a user