mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Add exception hierarchy to the documentation.
This commit is contained in:
@ -36,7 +36,8 @@ extensions = [
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinx.ext.napoleon',
|
||||
'sphinxcontrib.asyncio',
|
||||
'details'
|
||||
'details',
|
||||
'exception_hierarchy'
|
||||
]
|
||||
|
||||
autodoc_member_order = 'bysource'
|
||||
|
Reference in New Issue
Block a user