diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-04-25 12:24:36 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-03-10 01:35:49 +0900 |
commit | 54886fd256aeb87b7b7c8a1bcf65bad55c33d3eb (patch) | |
tree | 04ded8f77bbc9dd7430c0a1238189396b033cf72 /doc/conf.py | |
parent | 3693ffe232260c9ba083a231480f1be5ab818641 (diff) | |
download | sphinx-git-54886fd256aeb87b7b7c8a1bcf65bad55c33d3eb.tar.gz |
Close #7549: autosummary: Enable autosummary_generate by default
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 7cf74dc97..ddf68de05 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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', ''), |