Skip to content

Commit 5daedcf

Browse files
committed
Fix #9434: Update dependencies for bundled builders
1 parent f3a3bd2 commit 5daedcf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Release 4.1.1 (in development)
44
Dependencies
55
------------
66

7+
* #9434: sphinxcontrib-htmlhelp-2.0.0 or above
8+
* #9434: sphinxcontrib-serializinghtml-1.1.5 or above
9+
710
Incompatible changes
811
--------------------
912

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
'sphinxcontrib-applehelp',
1919
'sphinxcontrib-devhelp',
2020
'sphinxcontrib-jsmath',
21-
'sphinxcontrib-htmlhelp',
22-
'sphinxcontrib-serializinghtml',
21+
'sphinxcontrib-htmlhelp>=2.0.0',
22+
'sphinxcontrib-serializinghtml>=1.1.5',
2323
'sphinxcontrib-qthelp',
2424
'Jinja2>=2.3',
2525
'Pygments>=2.0',

0 commit comments

Comments
 (0)