Add Sphinx as a dependency (#652)

This commit is contained in:
Jesse Tan 2018-06-19 04:16:44 +02:00 committed by Aaron Carlisle
parent 5a16288abc
commit b82993dfdb
2 changed files with 20 additions and 0 deletions

View File

@ -3,6 +3,23 @@
Changelog
*********
master
======
New Features
-------------
Fixes
-----
Other Changes
--------------
* Add Sphinx as a dependency
v0.4.0
======

View File

@ -34,6 +34,9 @@ setup(
'sphinx_rtd_theme = sphinx_rtd_theme',
]
},
install_requires=[
'sphinx'
],
classifiers=[
'Framework :: Sphinx',
'Framework :: Sphinx :: Theme',