diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-15 01:44:12 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-02-15 01:44:32 +0900 |
commit | 3b49f9fe3dc980c2c53933d1ea88b7611202790d (patch) | |
tree | 1c442b0034ba60a90fc9840196bed203ffb1727c /setup.py | |
parent | cd542fb2af2088fa63e4afb4ba83a12d04f830fb (diff) | |
download | sphinx-git-3b49f9fe3dc980c2c53933d1ea88b7611202790d.tar.gz |
Separate htmlhelp to sphinxcontrib package
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ install_requires = [ 'sphinxcontrib-applehelp', 'sphinxcontrib-devhelp', 'sphinxcontrib-jsmath', + 'sphinxcontrib-htmlhelp', 'sphinxcontrib-qthelp', 'Jinja2>=2.3', 'Pygments>=2.0', |