diff options
| author | Georg Brandl <georg@python.org> | 2011-01-03 15:55:30 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-03 15:55:30 +0100 |
| commit | 15fc7d01c13610f5bbf8ddbcde280d675b45dd54 (patch) | |
| tree | 38fbdaba2e2901979a7df2a8b52c9befe7206a54 /tests/root | |
| parent | 423dc4882ee07f540143e62151a60392c5990943 (diff) | |
| download | sphinx-15fc7d01c13610f5bbf8ddbcde280d675b45dd54.tar.gz | |
Fix strange reportings of line numbers for warnings generated from
autodoc-included docstrings, due to different behavior depending
on docutils version.
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/autodoc.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/root/autodoc.txt b/tests/root/autodoc.txt index c718feb4..5c03f947 100644 --- a/tests/root/autodoc.txt +++ b/tests/root/autodoc.txt @@ -26,3 +26,9 @@ Just testing a few autodoc possibilities... .. autoclass:: CustomDict :show-inheritance: :members: + + +.. automodule:: autodoc_fodder + :noindex: + + .. autoclass:: MarkupError |
