In autodoc, fix the omission of some module members explicitly documented using documentation comments.

This commit is contained in:
Georg Brandl
2010-02-28 15:20:11 +01:00
parent 0341cc7c3d
commit 030f4c451b
2 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
Release 0.6.5 (in development)
==============================
* In autodoc, fix the omission of some module members explicitly
documented using documentation comments.
* #345: Fix cropping of sidebar scroll bar with ``stickysidebar``
option of the default theme.