mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Pin remaining documentation dependencies
For some reason the Sphinx developers made breaking changes in minor versions
This commit is contained in:
parent
0fadddf7d0
commit
62a70c21b6
7
setup.py
7
setup.py
@ -37,7 +37,14 @@ extras_require = {
|
|||||||
'docs': [
|
'docs': [
|
||||||
'sphinx==4.4.0',
|
'sphinx==4.4.0',
|
||||||
'sphinxcontrib_trio==1.1.2',
|
'sphinxcontrib_trio==1.1.2',
|
||||||
|
# TODO: bump these when migrating to a newer Sphinx version
|
||||||
'sphinxcontrib-websupport==1.2.4',
|
'sphinxcontrib-websupport==1.2.4',
|
||||||
|
'sphinxcontrib-applehelp==1.0.4',
|
||||||
|
'sphinxcontrib-devhelp==1.0.2',
|
||||||
|
'sphinxcontrib-htmlhelp==2.0.1',
|
||||||
|
'sphinxcontrib-jsmath==1.0.1',
|
||||||
|
'sphinxcontrib-qthelp==1.0.3',
|
||||||
|
'sphinxcontrib-serializinghtml==1.1.5',
|
||||||
'typing-extensions>=4.3,<5',
|
'typing-extensions>=4.3,<5',
|
||||||
'sphinx-inline-tabs==2023.4.21',
|
'sphinx-inline-tabs==2023.4.21',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user