aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-01-14 19:52:44 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-01-14 19:52:44 -0500
commitb28d47118c2f3f4befe8a881c45714520e6b6f31 (patch)
treef5dc2927d80ac83603d8282d9697a063da8b5a85
parentce6597849d390e325ed1f03530c022b2af15216b (diff)
downloadcryptography-b28d47118c2f3f4befe8a881c45714520e6b6f31.tar.gz
cryptography-b28d47118c2f3f4befe8a881c45714520e6b6f31.tar.bz2
cryptography-b28d47118c2f3f4befe8a881c45714520e6b6f31.zip
Revert sphinx pin
-rw-r--r--dev-requirements.txt2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index c409ff92..b33b5e68 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -9,7 +9,7 @@ pretend
pyasn1_modules
pytest
requests
-sphinx==1.3.1
+sphinx
sphinx_rtd_theme
sphinxcontrib-spelling
tox
diff --git a/tox.ini b/tox.ini
index dfb6761d..6ad82856 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,7 +27,7 @@ deps =
doc8
pyenchant
readme_renderer
- sphinx==1.3.1
+ sphinx
sphinx_rtd_theme
sphinxcontrib-spelling
basepython = python2.7