Closes #669: Respect the `noindex` flag option in py:module directives.

This commit is contained in:
Georg Brandl
2011-05-15 13:00:11 +02:00
parent 02a3b5bfdf
commit 5ca496847a
2 changed files with 14 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
Release 1.0.8 (in development)
==============================
* #669: Respect the ``noindex`` flag option in py:module directives.
* #675: Fix IndexErrors when including nonexisting lines with
:rst:dir:`literalinclude`.