mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
merge with 0.6
This commit is contained in:
commit
a5a08531ee
6
CHANGES
6
CHANGES
@ -86,9 +86,13 @@ Release 1.0 (in development)
|
||||
* Added ``htmltitle`` block in layout template.
|
||||
|
||||
|
||||
Release 0.6.5 (in development)
|
||||
Release 0.6.6 (in development)
|
||||
==============================
|
||||
|
||||
|
||||
Release 0.6.5 (Mar 01, 2010)
|
||||
============================
|
||||
|
||||
* In autodoc, fix the omission of some module members explicitly
|
||||
documented using documentation comments.
|
||||
|
||||
|
@ -377,5 +377,6 @@ are in HTML form), these variables are also available:
|
||||
.. data:: toctree
|
||||
|
||||
A callable yielding the global TOC tree containing the current page, rendered
|
||||
as HTML bullet lists. If the optional keyword argument ``collapse`` is true,
|
||||
all TOC entries that are not ancestors of the current page are collapsed.
|
||||
as HTML bullet lists. If the optional keyword argument ``collapse`` is true
|
||||
(the default), all TOC entries that are not ancestors of the current page are
|
||||
collapsed.
|
||||
|
Loading…
Reference in New Issue
Block a user