Closes #1266: include private modules if includeprivate is true.

This commit is contained in:
Georg Brandl
2014-01-19 11:14:38 +01:00
parent 644c87c9d5
commit 8b986fe4db
2 changed files with 7 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ 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``.
* #979, #1266: Fix exclude handling in ``sphinx-apidoc``.
Documentation
-------------