From 616cd89807c2b6a676978b7056b1fe73b2bac55c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 12 Sep 2008 13:09:43 +0000 Subject: [PATCH] Add news entry. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index e8a57a031..c196f232e 100644 --- a/CHANGES +++ b/CHANGES @@ -31,6 +31,10 @@ New features added for highlighting. When ``'python3'`` is selected, console output blocks are recognized like for ``'python'``. +* The new config value ``latex_elements`` allows to override all + LaTeX snippets that Sphinx puts into the generated .tex file by + default. + * ``SerializingHTMLBuilder`` was added as new abstract builder that can be subclassed to serialize build HTML in a specific format. The ``PickleHTMLBuilder`` is a concrete subclass of it that uses