Close #7549: autosummary: Enable autosummary_generate by default

This commit is contained in:
Takeshi KOMIYA
2020-04-25 12:24:36 +09:00
parent 3693ffe232
commit 54886fd256
4 changed files with 15 additions and 7 deletions

View File

@@ -79,6 +79,7 @@ latex_show_urls = 'footnote'
latex_use_xindy = True
autodoc_member_order = 'groupwise'
autosummary_generate = False
todo_include_todos = True
extlinks = {'duref': ('http://docutils.sourceforge.net/docs/ref/rst/'
'restructuredtext.html#%s', ''),