diff options
| author | Rapptz <[email protected]> | 2020-05-25 22:12:57 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:50 -0500 |
| commit | fd14cf7b81dde52b69890dbd6a88a52bde984dcd (patch) | |
| tree | a20c0c77f8974b400571552bfb93ad68a0023b36 /setup.py | |
| parent | make documentation sphinx 3.x compatible (diff) | |
| download | discord.py-fd14cf7b81dde52b69890dbd6a88a52bde984dcd.tar.xz discord.py-fd14cf7b81dde52b69890dbd6a88a52bde984dcd.zip | |
Bump Sphinx to 3.0.3
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ with open('README.rst') as f: extras_require = { 'voice': ['PyNaCl>=1.3.0,<1.5'], 'docs': [ - 'sphinx==2.4.4', - 'sphinxcontrib_trio==1.1.1', + 'sphinx==3.0.3', + 'sphinxcontrib_trio==1.1.2', 'sphinxcontrib-websupport', ] } |