From 6be9d2a08eb9f990ddffafd2617f9074541a6463 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 19 Jan 2019 16:34:06 +0900 Subject: Separate qthelp to sphinxcontrib package --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 473b85788..826a74f20 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ if sys.version_info < (3, 5): install_requires = [ 'sphinxcontrib-jsmath', + 'sphinxcontrib-qthelp', 'Jinja2>=2.3', 'Pygments>=2.0', 'docutils>=0.12', -- cgit v1.2.3