Skip to content

Commit 6ce88a5

Browse files
committed
Depend on sphinx >= 1.2
1 parent 8842d06 commit 6ce88a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sphinx
1+
sphinx>=1.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
url = 'https://github.com/djungelorm/sphinx-tabs',
1111
license = 'MIT',
1212
description = 'Tab views for Sphinx',
13-
install_requires = ['sphinx'],
13+
install_requires = ['sphinx>=1.2'],
1414
classifiers=[
1515
'Development Status :: 4 - Beta',
1616
'Environment :: Plugins',

0 commit comments

Comments
 (0)