Browse Source

Bump Sphinx to 3.0.3

pull/6176/head
Rapptz 5 years ago
parent
commit
fd14cf7b81
  1. 4
      setup.py

4
setup.py

@ -36,8 +36,8 @@ with open('README.rst') as f:
extras_require = { extras_require = {
'voice': ['PyNaCl>=1.3.0,<1.5'], 'voice': ['PyNaCl>=1.3.0,<1.5'],
'docs': [ 'docs': [
'sphinx==2.4.4', 'sphinx==3.0.3',
'sphinxcontrib_trio==1.1.1', 'sphinxcontrib_trio==1.1.2',
'sphinxcontrib-websupport', 'sphinxcontrib-websupport',
] ]
} }

Loading…
Cancel
Save