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 c2895a1 commit 6f1f857Copy full SHA for 6f1f857
setup.py
@@ -21,7 +21,7 @@
21
]
22
23
EXTRAS = {
24
- 'docs': ['Sphinx==1.4', 'sphinx_rtd_theme'],
+ 'docs': ['Sphinx>=1.4', 'sphinx_rtd_theme'],
25
'test': ['pytest', 'pytest-cov'],
26
}
27
0 commit comments