Separate devhelp to sphinxcontrib package

This commit is contained in:
Takeshi KOMIYA
2019-01-20 00:36:59 +09:00
parent 6968889206
commit 2bd69350a7
6 changed files with 25 additions and 122 deletions

View File

@@ -15,6 +15,7 @@ if sys.version_info < (3, 5):
sys.exit(1)
install_requires = [
'sphinxcontrib-devhelp',
'sphinxcontrib-jsmath',
'sphinxcontrib-qthelp',
'Jinja2>=2.3',