mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #9434: Update dependencies for bundled builders
This commit is contained in:
parent
f3a3bd2298
commit
5daedcfec8
3
CHANGES
3
CHANGES
@ -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
|
||||
--------------------
|
||||
|
||||
|
4
setup.py
4
setup.py
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user