Skip to content

Commit 77e47df

Browse files
author
Janneke van der Zwaan
committed
Add sphinx dependencies
1 parent 8a888ad commit 77e47df

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

{{cookiecutter.project_slug}}/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@
5050
test_suite='tests',
5151
setup_requires=[
5252
# dependency for `python setup.py test`
53-
'pytest-runner'
53+
'pytest-runner',
54+
# dependencies for `python setup.py build_sphinx`
55+
'sphinx',
56+
'recommonmark'
5457
],
5558
tests_require=[
5659
'pytest',

0 commit comments

Comments
 (0)