aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-12-29 06:34:06 -0500
committerRapptz <[email protected]>2017-12-29 06:34:06 -0500
commit6813280938c16c13fdfbaf78262045b03dcdd235 (patch)
tree46bc21f257c7dc7c15f8f4362ab97630513bca52 /docs/conf.py
parentAdd websupport extension to extension list. (diff)
downloaddiscord.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.py1
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')