diff options
| author | Rapptz <[email protected]> | 2020-05-25 22:12:57 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-05-25 22:15:46 -0400 |
| commit | ccb4e0b6e738c331d271629296e21a639b5a2f87 (patch) | |
| tree | 9febd51d94f2a6b8f4fe71bdba6e6b7043f5b1ea /setup.py | |
| parent | make documentation sphinx 3.x compatible (diff) | |
| download | discord.py-ccb4e0b6e738c331d271629296e21a639b5a2f87.tar.xz discord.py-ccb4e0b6e738c331d271629296e21a639b5a2f87.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'], 'docs': [ - 'sphinx==2.4.4', - 'sphinxcontrib_trio==1.1.1', + 'sphinx==3.0.3', + 'sphinxcontrib_trio==1.1.2', 'sphinxcontrib-websupport', ] } |