Add changelog entry and docs for builder rename.

This commit is contained in:
Georg Brandl 2008-03-23 19:40:17 +00:00
parent 3135d3802d
commit 08d86db91c
2 changed files with 4 additions and 2 deletions

View File

@ -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)
================================

View File

@ -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