Bump Sphinx to 2.4.4

This commit is contained in:
Rapptz 2020-05-25 11:55:13 -04:00
parent 771c1c85d8
commit de9a3b5f60

View File

@ -36,7 +36,7 @@ with open('README.rst') as f:
extras_require = {
'voice': ['PyNaCl==1.3.0'],
'docs': [
'sphinx==1.8.5',
'sphinx==2.4.4',
'sphinxcontrib_trio==1.1.1',
'sphinxcontrib-websupport',
]