We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fadddf commit 62a70c2Copy full SHA for 62a70c2
setup.py
@@ -37,7 +37,14 @@
37
'docs': [
38
'sphinx==4.4.0',
39
'sphinxcontrib_trio==1.1.2',
40
+ # TODO: bump these when migrating to a newer Sphinx version
41
'sphinxcontrib-websupport==1.2.4',
42
+ 'sphinxcontrib-applehelp==1.0.4',
43
+ 'sphinxcontrib-devhelp==1.0.2',
44
+ 'sphinxcontrib-htmlhelp==2.0.1',
45
+ 'sphinxcontrib-jsmath==1.0.1',
46
+ 'sphinxcontrib-qthelp==1.0.3',
47
+ 'sphinxcontrib-serializinghtml==1.1.5',
48
'typing-extensions>=4.3,<5',
49
'sphinx-inline-tabs==2023.4.21',
50
],
0 commit comments