mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix strange reportings of line numbers for warnings generated from
autodoc-included docstrings, due to different behavior depending on docutils version.
This commit is contained in:
@@ -26,3 +26,9 @@ Just testing a few autodoc possibilities...
|
||||
.. autoclass:: CustomDict
|
||||
:show-inheritance:
|
||||
:members:
|
||||
|
||||
|
||||
.. automodule:: autodoc_fodder
|
||||
:noindex:
|
||||
|
||||
.. autoclass:: MarkupError
|
||||
|
||||
Reference in New Issue
Block a user