diff options
| author | Nadir Chowdhury <[email protected]> | 2020-08-29 04:13:20 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:56 -0500 |
| commit | a04a410c8ac9f5f9ec31aee91e841c8bafbdec1d (patch) | |
| tree | b0b19fc2e77db4e47565c97df38792e5b98978a4 /docs/conf.py | |
| parent | Fix methods from superclass showing under "Attributes" table (diff) | |
| download | discord.py-a04a410c8ac9f5f9ec31aee91e841c8bafbdec1d.tar.xz discord.py-a04a410c8ac9f5f9ec31aee91e841c8bafbdec1d.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. |