Skip to content

Commit a7b805b

Browse files
authored
Merge pull request #69 from ribozz/minimumSphinxVersion
Minimum sphinx version
2 parents 00938eb + 662c0cc commit a7b805b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest
22
sphinx_rtd_theme
3-
sphinx
3+
sphinx>=1.2.0
44
CommonMark>=0.5.6

requirements_rtd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest
2-
sphinx
2+
sphinx>=1.2.0
33
CommonMark>=0.5.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def getVersion():
2222
description='Sphinx extension that automatically documents argparse commands and options',
2323
long_description='',
2424
install_requires=[
25-
'sphinx',
25+
'sphinx>=1.2.0',
2626
'CommonMark>=0.5.6'
2727
],
2828
extras_require={

0 commit comments

Comments
 (0)