summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-11-16 15:03:20 +0100
committerGeorg Brandl <georg@python.org>2009-11-16 15:03:20 +0100
commitfccfe237d6408c0a575c91a75b424e73f1e4a296 (patch)
treeee8c0a8212cacf40364354e730ff5d744ba7b0c5 /CHANGES
parent966774d1cd9fa70043fab29eb22fcf980c6119df (diff)
parent9245fa9deaa43ce228d90f6a24af4822de66af1c (diff)
downloadsphinx-fccfe237d6408c0a575c91a75b424e73f1e4a296.tar.gz
merge with trunk
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8d4e4f86..5a1d732b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,17 @@
Release 1.0 (in development)
============================
+* Support for docutils 0.4 has been removed.
+
* Added new HTML theme ``agogo``, created by Andi Albrecht.
+* The ``toctree()`` callable in templates now has a ``maxdepth``
+ keyword argument to control the depth of the generated tree.
+
* Added new minimal theme called scrolls, created by Armin Ronacher.
+* Added Catalan translation, thanks to Pau Fernández.
+
* Added ``html_output_encoding`` config value.
* #200: Added ``Sphinx.add_stylesheet()``.