[Python-checkins] r61808 - in doctools/trunk: CHANGES doc/builders.rst

georg.brandl python-checkins at python.org
Sun Mar 23 20:40:18 CET 2008


Author: georg.brandl
Date: Sun Mar 23 20:40:17 2008
New Revision: 61808

Modified:
   doctools/trunk/CHANGES
   doctools/trunk/doc/builders.rst
Log:
Add changelog entry and docs for builder rename.


Modified: doctools/trunk/CHANGES
==============================================================================
--- doctools/trunk/CHANGES	(original)
+++ doctools/trunk/CHANGES	Sun Mar 23 20:40:17 2008
@@ -14,6 +14,8 @@
 * 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)
 ================================

Modified: doctools/trunk/doc/builders.rst
==============================================================================
--- doctools/trunk/doc/builders.rst	(original)
+++ doctools/trunk/doc/builders.rst	Sun Mar 23 20:40:17 2008
@@ -30,14 +30,14 @@
 
    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
 


More information about the Python-checkins mailing list