mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 14:55:12 +00:00
Enable autosummary ext
This commit is contained in:
@@ -36,7 +36,8 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
# ones.
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.napoleon'
|
||||
'sphinx.ext.napoleon',
|
||||
'sphinx.ext.autosummary'
|
||||
]
|
||||
|
||||
# Don't show source files on docs
|
||||
|
Reference in New Issue
Block a user