summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-09 02:06:14 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-09 02:06:14 +0900
commit787444ff182c4a3c490e26647f1cd99872a575ba (patch)
tree273b8c6a2224bd60ccf07bfbf0c11636fe48767a /CHANGES
parent1193d83166b7d889343d5aa0268d6c2e9349e692 (diff)
downloadsphinx-git-7727_autosummary_PycodeError.tar.gz
Fix #7727: autosummary raises PycodeError for namespace python package7727_autosummary_PycodeError
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e7d1245e7..dbc0b9f3d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,8 @@ Features added
Bugs fixed
----------
+* #7727: autosummary: raise PycodeError when documenting python package
+ without __init__.py
* #8364: C, properly initialize attributes in empty symbols.
Testing