diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-20 00:28:08 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-20 00:28:08 +0900 |
commit | 6968889206afd2d417e4ccac26f6a9ac1d1cefc6 (patch) | |
tree | 3a61f9f4dfae912c3f6e4d901a23d7f7a9a564a7 /setup.py | |
parent | ff5031c96e90027510ad2d0251972e12da46402c (diff) | |
parent | 6be9d2a08eb9f990ddffafd2617f9074541a6463 (diff) | |
download | sphinx-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |