diff options
| author | Rapptz <[email protected]> | 2017-12-29 06:34:06 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-12-29 06:34:06 -0500 |
| commit | 6813280938c16c13fdfbaf78262045b03dcdd235 (patch) | |
| tree | 46bc21f257c7dc7c15f8f4362ab97630513bca52 /docs/conf.py | |
| parent | Add websupport extension to extension list. (diff) | |
| download | discord.py-6813280938c16c13fdfbaf78262045b03dcdd235.tar.xz discord.py-6813280938c16c13fdfbaf78262045b03dcdd235.zip | |
websupport is not actually a Sphinx extension apparently.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index b9013457..f0af548f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,6 @@ extensions = [ if on_rtd: extensions.append('sphinxcontrib.napoleon') - extensions.append('sphinxcontrib.websupport') else: extensions.append('sphinx.ext.napoleon') |