Correctly report source location for docstrings included

with autodoc.
This commit is contained in:
Georg Brandl
2008-06-15 17:09:23 +00:00
parent b05861454c
commit 34da6f8934
2 changed files with 80 additions and 16 deletions

View File

@@ -42,7 +42,8 @@ New features added
which makes the builder select the one that matches best.
* The new config value `exclude_trees` can be used to exclude whole
subtrees from the search for source files.
subtrees from the search for source files. Thanks to Sebastian
Wiesner.
* Defaults for configuration values can now be callables, which allows
dynamic defaults.
@@ -58,6 +59,9 @@ New features added
Bugs fixed
----------
* Correctly report the source location for docstrings included with
autodoc.
* Fix the LaTeX output of description units with multiple signatures.
* Handle the figure directive in LaTeX output.