Bump Sphinx to 3.0.3

This commit is contained in:
Rapptz 2020-05-25 22:12:57 -04:00
parent ad694d8348
commit fd14cf7b81

View File

@ -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',
]
}