diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-07-15 01:17:36 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-07-15 01:17:36 +0900 |
commit | 5daedcfec850c49a62c1e9f38ca39b19b408134d (patch) | |
tree | ed18aa51ef78cd89a99289bc577a29c643ba835e /setup.py | |
parent | f3a3bd22980ada793160be5684f53669c87a91ff (diff) | |
download | sphinx-git-5daedcfec850c49a62c1e9f38ca39b19b408134d.tar.gz |
Fix #9434: Update dependencies for bundled builders
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |