diff --git a/CHANGES b/CHANGES index 4c3bd385d..93dcf4bc6 100644 --- a/CHANGES +++ b/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) ================================ diff --git a/doc/builders.rst b/doc/builders.rst index 1b0f6940b..9cd064c5f 100644 --- a/doc/builders.rst +++ b/doc/builders.rst @@ -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