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 f3a3bd2 commit 5daedcfCopy full SHA for 5daedcf
CHANGES
@@ -4,6 +4,9 @@ Release 4.1.1 (in development)
4
Dependencies
5
------------
6
7
+* #9434: sphinxcontrib-htmlhelp-2.0.0 or above
8
+* #9434: sphinxcontrib-serializinghtml-1.1.5 or above
9
+
10
Incompatible changes
11
--------------------
12
setup.py
@@ -18,8 +18,8 @@
18
'sphinxcontrib-applehelp',
19
'sphinxcontrib-devhelp',
20
'sphinxcontrib-jsmath',
21
- 'sphinxcontrib-htmlhelp',
22
- 'sphinxcontrib-serializinghtml',
+ 'sphinxcontrib-htmlhelp>=2.0.0',
+ 'sphinxcontrib-serializinghtml>=1.1.5',
23
'sphinxcontrib-qthelp',
24
'Jinja2>=2.3',
25
'Pygments>=2.0',
0 commit comments