diff options
| author | Rapptz <[email protected]> | 2019-03-12 01:07:47 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-03-12 01:15:24 -0400 |
| commit | 13b23963ec626f549852a71180d9ee193e73e611 (patch) | |
| tree | bbbc1b2d0916a284319b2efa38259ed3c0d22a5f /docs/conf.py | |
| parent | Revert default parameter use_cached of Attachment.save back to False. (diff) | |
| download | discord.py-13b23963ec626f549852a71180d9ee193e73e611.tar.xz discord.py-13b23963ec626f549852a71180d9ee193e73e611.zip | |
Add exception hierarchy to the documentation.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index a1a11869..58c32c3f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,8 @@ extensions = [ 'sphinx.ext.intersphinx', 'sphinx.ext.napoleon', 'sphinxcontrib.asyncio', - 'details' + 'details', + 'exception_hierarchy' ] autodoc_member_order = 'bysource' |