Closes #979: Fix exclude handling in `sphinx-apidoc`.

This commit is contained in:
Georg Brandl
2014-01-19 10:13:43 +01:00
parent e5c1a81ed8
commit db1b0d1d76
2 changed files with 21 additions and 33 deletions

View File

@@ -102,6 +102,8 @@ Bugs fixed
* #848: Always take the newest code in incremental rebuilds with the
:mod:`sphinx.ext.viewcode` extension.
* #979: Fix exclude handling in ``sphinx-apidoc``.
Documentation
-------------