aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-04-10 15:33:15 -0400
committerRapptz <[email protected]>2021-04-10 15:33:15 -0400
commit8e299e80f8e135b884afce54d1ca576ca87fd3ad (patch)
treea78bd92c8d788fa12a2cd0147f566cce7bd41669 /setup.py
parentRemove current module reference in commands API docs (diff)
downloaddiscord.py-8e299e80f8e135b884afce54d1ca576ca87fd3ad.tar.xz
discord.py-8e299e80f8e135b884afce54d1ca576ca87fd3ad.zip
Update Sphinx to 3.5.3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5a8b5524..befbe64c 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ with open('README.rst') as f:
extras_require = {
'voice': ['PyNaCl>=1.3.0,<1.5'],
'docs': [
- 'sphinx==3.0.3',
+ 'sphinx==3.5.3',
'sphinxcontrib_trio==1.1.2',
'sphinxcontrib-websupport',
]