Remove the deprecated `exclude_dirs` config value.

This commit is contained in:
Georg Brandl
2010-01-06 15:54:34 +01:00
parent 2acec48b86
commit c3c3f739af
5 changed files with 4 additions and 15 deletions

View File

@@ -1,6 +1,8 @@
Release 1.0 (in development)
============================
* Remove the deprecated ``exclude_dirs`` config value.
* #129: Wrap toctrees in a div tag with class ``toctree-wrapper``
in HTML output.