aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-12-29 06:29:59 -0500
committerRapptz <[email protected]>2017-12-29 06:29:59 -0500
commite9f887aab25167d6de1202bcb406e3e8fdf6854a (patch)
tree60f14a3050239ee50d6c0c6254abf88dfd7178ee /docs/conf.py
parent[commands] Document that can_run can raise. (diff)
downloaddiscord.py-e9f887aab25167d6de1202bcb406e3e8fdf6854a.tar.xz
discord.py-e9f887aab25167d6de1202bcb406e3e8fdf6854a.zip
Add websupport extension to extension list.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f0af548f..b9013457 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,6 +41,7 @@ extensions = [
if on_rtd:
extensions.append('sphinxcontrib.napoleon')
+ extensions.append('sphinxcontrib.websupport')
else:
extensions.append('sphinx.ext.napoleon')