Add new universal config value `exclude_patterns`, with glob-style exclude patterns.

This makes the old ``unused_docs``, ``exclude_trees`` and ``exclude_dirnames`` obsolete.
This commit is contained in:
Georg Brandl
2010-01-06 15:48:39 +01:00
parent c3c3f739af
commit ab7ac64e1a
10 changed files with 99 additions and 40 deletions

View File

@@ -1,6 +1,10 @@
Release 1.0 (in development)
============================
* The new universal config value ``exclude_patterns`` makes the
old ``unused_docs``, ``exclude_trees`` and ``exclude_dirnames``
obsolete.
* Remove the deprecated ``exclude_dirs`` config value.
* #129: Wrap toctrees in a div tag with class ``toctree-wrapper``