Merge pull request #9448 from tk0miya/9434_update_deps

Fix #9434: Update dependencies for bundled builders
This commit is contained in:
Takeshi KOMIYA 2021-07-15 01:29:30 +09:00 committed by GitHub
commit ffa08315c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',