diff options
| author | Nadir Chowdhury <[email protected]> | 2020-08-29 04:13:20 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-28 23:13:20 -0400 |
| commit | a9d6d90a8fb37939a47afc7a1502e6acbac1ec9d (patch) | |
| tree | 9c40cae10aa348ebf1238cf6fbf0009aaf5372e3 /docs/conf.py | |
| parent | Fix methods from superclass showing under "Attributes" table (diff) | |
| download | discord.py-a9d6d90a8fb37939a47afc7a1502e6acbac1ec9d.tar.xz discord.py-a9d6d90a8fb37939a47afc7a1502e6acbac1ec9d.zip | |
[matrix] collapsible sidebar headings
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6488f2d2..8d624c16 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -245,6 +245,7 @@ html_search_scorer = '_static/scorer.js' html_js_files = [ 'custom.js', 'copy.js', + 'sidebar.js' ] # Output file base name for HTML help builder. |