mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add changelog entry and docs for builder rename.
This commit is contained in:
parent
3135d3802d
commit
08d86db91c
2
CHANGES
2
CHANGES
@ -14,6 +14,8 @@ Changes in trunk
|
||||
* sphinx.highlighting: Generate correct markup for LaTeX Verbatim
|
||||
environment escapes even if Pygments is not installed.
|
||||
|
||||
* sphinx.builder: The WebHTMLBuilder is now called PickleHTMLBuilder.
|
||||
|
||||
|
||||
Release 0.1.61798 (Mar 23, 2008)
|
||||
================================
|
||||
|
@ -30,14 +30,14 @@ The builder's "name" must be given to the **-b** command-line option of
|
||||
|
||||
Its name is ``htmlhelp``.
|
||||
|
||||
.. class:: WebHTMLBuilder
|
||||
.. class:: PickleHTMLBuilder
|
||||
|
||||
This builder produces a directory with pickle files containing mostly HTML
|
||||
fragments and TOC information, for use of a web application (or custom
|
||||
postprocessing tool) that doesn't use the standard HTML templates.
|
||||
|
||||
It also is the format used by the Sphinx Web application. Its name is
|
||||
``web``.
|
||||
``pickle``. (The old name ``web`` still works as well.)
|
||||
|
||||
.. class:: LaTeXBuilder
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user