mirror of
https://github.com/vale981/releases
synced 2025-03-04 17:21:43 -05:00
Move sphinx req to install-time, make sure works on py2.6
This commit is contained in:
parent
ee0a1415d4
commit
2d7a87f7b6
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue