diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-08 14:09:21 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-08 14:09:21 -0800 |
commit | 13ec4799e47b5180d397e2f5028005c58e8e93be (patch) | |
tree | f7c02235e6b5e46ca8159777c4b2a60ec89705eb | |
parent | e29acd11b4d226dee1ee88bdd34ca72d4500b065 (diff) | |
download | cryptography-13ec4799e47b5180d397e2f5028005c58e8e93be.tar.gz cryptography-13ec4799e47b5180d397e2f5028005c58e8e93be.tar.bz2 cryptography-13ec4799e47b5180d397e2f5028005c58e8e93be.zip |
Include in tox.ini
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |