Takeshi KOMIYA
fd3d654c17
Fix #8190 : autodoc: parse error for docstring w/o ending blank lines
...
autodoc raises a parsing error if some extension generates a docstring
not having blank lines at the tail. This appends a blank line if
generated one does not contain it.
2020-09-12 16:04:41 +09:00
Takeshi KOMIYA
eef7e4cdd5
test: Rename test_autodoc.py to test_ext_autodoc.py
2020-05-06 13:55:45 +09:00
Takeshi KOMIYA
9ebad705b8
refactor: autodoc: Remove needless spaces from blank line
2020-03-22 17:47:18 +09:00
Takeshi KOMIYA
eaf495c3c4
A happy new year!
2020-01-01 14:27:43 +09:00
Takeshi KOMIYA
c8554e7673
test: Move testcases for autodoc events to test_ext_autodoc_events
2019-06-03 01:32:36 +09:00