Fix the handling of multiple toctrees when creating the global TOC for the `toctree()` template function.

Fix the handling of hidden toctrees when creating the global TOC for the ``toctree()`` template function.
This commit is contained in:
Georg Brandl
2010-04-06 09:12:22 +02:00
parent 0f76788c57
commit 0ca72d4199
3 changed files with 21 additions and 6 deletions

View File

@@ -1,6 +1,12 @@
Release 0.6.6 (in development)
==============================
* Fix the handling of multiple toctrees when creating the global
TOC for the ``toctree()`` template function.
* Fix the handling of hidden toctrees when creating the global TOC
for the ``toctree()`` template function.
* Fix the handling of nested lists in the text writer.
* #362: In autodoc, check for the existence of ``__self__`` on