From 5daedcfec850c49a62c1e9f38ca39b19b408134d Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 15 Jul 2021 01:17:36 +0900 Subject: [PATCH] Fix #9434: Update dependencies for bundled builders --- CHANGES | 3 +++ setup.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 80c29222029..d5b70bccbeb 100644 --- a/CHANGES +++ b/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 -------------------- diff --git a/setup.py b/setup.py index 206ff4ad490..4a1d5aeedf7 100644 --- a/setup.py +++ b/setup.py @@ -18,8 +18,8 @@ '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',