From 08d86db91c89d0f75fcb4e46cdf73e6904f11048 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 23 Mar 2008 19:40:17 +0000 Subject: [PATCH] Add changelog entry and docs for builder rename. --- CHANGES | 2 ++ doc/builders.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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