mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #4531: autosummary: methods are not treated as attributes
This commit is contained in:
parent
39d4584248
commit
f8ef77aaf1
1
CHANGES
1
CHANGES
@ -17,6 +17,7 @@ Bugs fixed
|
||||
----------
|
||||
|
||||
* #4019: inheritance_diagram AttributeError stoping make process
|
||||
* #4531: autosummary: methods are not treated as attributes
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
@ -229,7 +229,7 @@ def generate_autosummary_docs(sources, output_dir=None, suffix='.rst',
|
||||
generate_autosummary_docs(new_files, output_dir=output_dir,
|
||||
suffix=suffix, warn=warn, info=info,
|
||||
base_path=base_path, builder=builder,
|
||||
template_dir=template_dir)
|
||||
template_dir=template_dir, app=app)
|
||||
|
||||
|
||||
# -- Finding documented entries in files ---------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user