aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-05-25 11:55:13 -0400
committerRapptz <[email protected]>2020-12-18 21:18:50 -0500
commit5fbb340339ec5ff99575a76f975a7f549842b7c8 (patch)
treed6539b7842d474d5044fc49e32ca7a7bcca2220b /setup.py
parentAdd attributetable and add some class-level sections. (diff)
downloaddiscord.py-5fbb340339ec5ff99575a76f975a7f549842b7c8.tar.xz
discord.py-5fbb340339ec5ff99575a76f975a7f549842b7c8.zip
Bump Sphinx to 2.4.4
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 07ebbf7d..913bfea9 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==1.8.5',
+ 'sphinx==2.4.4',
'sphinxcontrib_trio==1.1.1',
'sphinxcontrib-websupport',
]