commit | ecd74805da8835787e9ab4e0c6949a9ef48cdf11 | [log] [tgz] |
---|---|---|
author | Laurens Van Houtven <_@lvh.io> | Tue May 26 10:46:02 2015 -0700 |
committer | Laurens Van Houtven <_@lvh.io> | Tue May 26 10:46:02 2015 -0700 |
tree | c5a297b002907996972a8c13605c988c3bc6ddcf | |
parent | 8b53c782d940d5a94ac87d889df01ac19d21c450 [diff] |
Don't pin Sphinx
diff --git a/tox.ini b/tox.ini index 0ab4fd5..61e8797 100644 --- a/tox.ini +++ b/tox.ini
@@ -46,7 +46,7 @@ [testenv:docs] deps = - sphinx==1.2.2 + sphinx basepython = python2.7 commands = sphinx-build -W -b html doc doc/_build/html