mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Correctly report source location for docstrings included
with autodoc.
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user