Fix #9434: Update dependencies for bundled builders

This commit is contained in:
Takeshi KOMIYA 2021-07-15 01:17:36 +09:00
parent f3a3bd2298
commit 5daedcfec8
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@ Release 4.1.1 (in development)
Dependencies
------------
* #9434: sphinxcontrib-htmlhelp-2.0.0 or above
* #9434: sphinxcontrib-serializinghtml-1.1.5 or above
Incompatible changes
--------------------

View File

@ -18,8 +18,8 @@ install_requires = [
'sphinxcontrib-applehelp',
'sphinxcontrib-devhelp',
'sphinxcontrib-jsmath',
'sphinxcontrib-htmlhelp',
'sphinxcontrib-serializinghtml',
'sphinxcontrib-htmlhelp>=2.0.0',
'sphinxcontrib-serializinghtml>=1.1.5',
'sphinxcontrib-qthelp',
'Jinja2>=2.3',
'Pygments>=2.0',