Sphinx is required

This commit is contained in:
Christopher Swenson 2015-05-29 13:30:05 -07:00
parent f31f503e09
commit 8ff10028ef
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
epydoc==3.0.1 epydoc==3.0.1
epyparse==0.2.5 epyparse==0.2.5
PyYAML==3.11 PyYAML==3.11
sphinx-autoapi==0.1.1
wheel==0.24.0 wheel==0.24.0
sphinx==1.3.1

View File

@ -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'
], ],
) )