aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-05-25 22:12:57 -0400
committerRapptz <[email protected]>2020-05-25 22:15:46 -0400
commitccb4e0b6e738c331d271629296e21a639b5a2f87 (patch)
tree9febd51d94f2a6b8f4fe71bdba6e6b7043f5b1ea /setup.py
parentmake documentation sphinx 3.x compatible (diff)
downloaddiscord.py-ccb4e0b6e738c331d271629296e21a639b5a2f87.tar.xz
discord.py-ccb4e0b6e738c331d271629296e21a639b5a2f87.zip
Bump Sphinx to 3.0.3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 60f5209c..27e8908e 100644
--- a/setup.py
+++ b/setup.py
@@ -36,8 +36,8 @@ with open('README.rst') as f:
extras_require = {
'voice': ['PyNaCl==1.3.0'],
'docs': [
- 'sphinx==2.4.4',
- 'sphinxcontrib_trio==1.1.1',
+ 'sphinx==3.0.3',
+ 'sphinxcontrib_trio==1.1.2',
'sphinxcontrib-websupport',
]
}