mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-19 15:25:31 +00:00
Merge pull request #1 from rtfd/update-requirements
pip freeze requirements.txt
This commit is contained in:
commit
aba6a6caea
@ -1,3 +1,5 @@
|
|||||||
Sphinx==1.3.1
|
epydoc==3.0.1
|
||||||
https://bitbucket.org/readthedocs/sphinx-autoapi/get/master.zip
|
epyparse==0.2.5
|
||||||
https://github.com/snide/sphinx_rtd_theme/archive/master.zip
|
PyYAML==3.11
|
||||||
|
wheel==0.24.0
|
||||||
|
sphinx==1.3.1
|
||||||
|
2
setup.py
2
setup.py
@ -6,6 +6,7 @@ try:
|
|||||||
'PyYAML',
|
'PyYAML',
|
||||||
'epyparse',
|
'epyparse',
|
||||||
'epydoc',
|
'epydoc',
|
||||||
|
'sphinx',
|
||||||
],
|
],
|
||||||
test_suite='nose.collector',
|
test_suite='nose.collector',
|
||||||
tests_require=['nose', 'mock'],
|
tests_require=['nose', 'mock'],
|
||||||
@ -17,6 +18,7 @@ except ImportError:
|
|||||||
'PyYAML',
|
'PyYAML',
|
||||||
'epyparse',
|
'epyparse',
|
||||||
'epydoc',
|
'epydoc',
|
||||||
|
'sphinx'
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user