We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8842d06 commit 6ce88a5Copy full SHA for 6ce88a5
requirements.txt
@@ -1 +1 @@
1
-Sphinx
+sphinx>=1.2
setup.py
@@ -10,7 +10,7 @@
10
url = 'https://github.com/djungelorm/sphinx-tabs',
11
license = 'MIT',
12
description = 'Tab views for Sphinx',
13
- install_requires = ['sphinx'],
+ install_requires = ['sphinx>=1.2'],
14
classifiers=[
15
'Development Status :: 4 - Beta',
16
'Environment :: Plugins',
0 commit comments