summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-20 00:28:08 +0900
committerGitHub <noreply@github.com>2019-01-20 00:28:08 +0900
commit6968889206afd2d417e4ccac26f6a9ac1d1cefc6 (patch)
tree3a61f9f4dfae912c3f6e4d901a23d7f7a9a564a7 /setup.py
parentff5031c96e90027510ad2d0251972e12da46402c (diff)
parent6be9d2a08eb9f990ddffafd2617f9074541a6463 (diff)
downloadsphinx-git-6968889206afd2d417e4ccac26f6a9ac1d1cefc6.tar.gz
Merge pull request #5968 from tk0miya/separate_qthelp
Separate qthelp to sphinxcontrib package
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',