aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b33b5e68..c409ff92 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -9,7 +9,7 @@ pretend
pyasn1_modules
pytest
requests
-sphinx
+sphinx==1.3.1
sphinx_rtd_theme
sphinxcontrib-spelling
tox
diff --git a/tox.ini b/tox.ini
index 35dc5671..63f1e4bd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,7 +27,7 @@ deps =
doc8
pyenchant
readme>=0.5.1
- sphinx
+ sphinx==1.3.1
sphinx_rtd_theme
sphinxcontrib-spelling
basepython = python2.7