sphinx/CHANGES

25 lines
734 B
Plaintext
Raw Normal View History

2008-03-22 15:44:56 -05:00
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.
2008-03-23 06:32:33 -05:00
* sphinx.ext.autodoc: Render .. automodule:: docstrings in a section
node, so that module docstrings can contain proper sectioning.
2008-03-23 06:32:33 -05:00
* sphinx.ext.autodoc: Use the module's encoding for decoding
docstrings, rather than requiring ASCII.
2008-03-22 15:44:56 -05:00
2008-03-23 01:37:04 -05:00
Release 0.1.61611 (Mar 21, 2008)
================================
2008-03-22 15:44:56 -05:00
First public release.