Skip to content

Commit 62a70c2

Browse files
committed
Pin remaining documentation dependencies
For some reason the Sphinx developers made breaking changes in minor versions
1 parent 0fadddf commit 62a70c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@
3737
'docs': [
3838
'sphinx==4.4.0',
3939
'sphinxcontrib_trio==1.1.2',
40+
# TODO: bump these when migrating to a newer Sphinx version
4041
'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',
4148
'typing-extensions>=4.3,<5',
4249
'sphinx-inline-tabs==2023.4.21',
4350
],

0 commit comments

Comments
 (0)