aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-05-25 11:48:16 -0400
committerRapptz <[email protected]>2020-12-18 21:18:47 -0500
commit9b88c631639167433bfd2c244b3be04d3a52a66d (patch)
tree9e71c65d119643bca4b5408f558a13ed3c732da5 /docs/conf.py
parentAdd support for Member.pending boolean attribute (diff)
downloaddiscord.py-9b88c631639167433bfd2c244b3be04d3a52a66d.tar.xz
discord.py-9b88c631639167433bfd2c244b3be04d3a52a66d.zip
Add attributetable and add some class-level sections.
The extensions have yet to receive this treatment and CSS needs work, but for now this is fine.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d87049ac..feedd553 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -38,7 +38,8 @@ extensions = [
'sphinx.ext.napoleon',
'sphinxcontrib_trio',
'details',
- 'exception_hierarchy'
+ 'exception_hierarchy',
+ 'attributetable',
]
autodoc_member_order = 'bysource'