Move sphinx req to install-time, make sure works on py2.6

This commit is contained in:
Jeff Forcier 2016-12-05 11:59:44 -08:00
parent ee0a1415d4
commit 2d7a87f7b6
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,6 @@ mock==1.0.1
six>=1.4.1,<2.0
# Docs
-e .
sphinx>=1.1,<2.0
sphinx_rtd_theme>=0.1.5,<2.0
# Builds
wheel==0.24

View file

@ -16,7 +16,7 @@ setup(
author_email='jeff@bitprophet.org',
url='https://github.com/bitprophet/releases',
packages=['releases'],
install_requires=['semantic_version<3.0'],
install_requires=['semantic_version<3.0', 'sphinx>=1.3,<1.5'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',