Add new setting epub_tocscope for epub builder.

The new setting replaces the old heuristic that was never that good.
This commit is contained in:
Roland Meister
2013-03-06 20:48:00 +01:00
parent 3e7d245266
commit 4507ada0bc
4 changed files with 18 additions and 4 deletions

View File

@@ -916,6 +916,15 @@ the `Dublin Core metadata <http://dublincore.org/>`_.
a chapter, but can be confusing because it mixes entries of differnet
depth in one list. The default value is ``True``.
.. confval:: epub_tocscope
This setting control the scope of the epub table of contents. The setting
can have the following values:
* ``'default'`` -- include all toc entries that are not hidden (default)
* ``'includehidden'`` -- include all toc entries
.. versionadded:: 1.2
.. confval:: epub_fix_images