Files
sphinx/CHANGES
Georg Brandl e0bdea6b28 Render .. automodule:: docstrings in a section node, and
ignore section styles in the document, so that module docstrings
can contain proper sections.
2008-03-23 08:28:14 +00:00

22 lines
628 B
Plaintext

Changes in trunk
================
* sphinx.ext.doctest: Make the group in which doctest blocks are
placed selectable, and default to ``'default'``.
* sphinx.ext.doctest: Replace <BLANKLINE> in doctest blocks by
real blank lines for presentation output, and remove doctest
options given inline.
* sphinx.environment: Move doctest_blocks out of block_quotes to
support indented doctest blocks.
* sphinx.ext.autodoc: Render .. automodule:: docstrings in a setion
node, so that module docstrings can contain proper sectioning.
Release 0.1.61611 (Mar 21, 2008)
================================
First public release.