merge with 1.0

This commit is contained in:
Georg Brandl
2010-08-23 16:27:25 +00:00
17 changed files with 244 additions and 165 deletions

23
CHANGES
View File

@@ -11,6 +11,29 @@ Release 1.1 (in development)
* #443: Allow referencing external graphviz files.
Release 1.0.3 (in development)
==============================
* #495: Fix internal vs. external link distinction for links coming
from a docutils table-of-contents.
* #494: Fix the ``maxdepth`` option for the ``toctree()`` template
callable when used with ``collapse=True``.
* #507: Fix crash parsing Python argument lists containing brackets
in string literals.
* #501: Fix regression when building LaTeX docs with figures that
don't have captions.
* #510: Fix inheritance diagrams for classes that are not picklable.
* #497: Introduce separate background color for the sidebar collapse
button, making it easier to see.
* #502, #503, #496: Fix small layout bugs in several builtin themes.
Release 1.0.2 (Aug 14, 2010)
============================