aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-09 07:15:26 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-09 07:15:26 -0800
commitc65204eddf4cb029343c586a8c849b4ace67b25e (patch)
tree6ad958752c1df8c4428ebbd9cccd272b5df13c63 /tox.ini
parent6b3be7f0078bd69f39b6666f7ea84040b7274e68 (diff)
parentdf52fa9d388c2fc7d721c0fba5ca21ec88a01a15 (diff)
downloadcryptography-c65204eddf4cb029343c586a8c849b4ace67b25e.tar.gz
cryptography-c65204eddf4cb029343c586a8c849b4ace67b25e.tar.bz2
cryptography-c65204eddf4cb029343c586a8c849b4ace67b25e.zip
Merge branch 'master' into padding-fixes
Conflicts: cryptography/hazmat/primitives/padding.py
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index dab22a6d..257275ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,9 @@ commands =
coverage report -m
[testenv:docs]
-deps = sphinx
+deps =
+ sphinx
+ sphinx_rtd_theme
basepython = python2.7
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html