aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-03-05 20:50:10 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2018-03-05 19:50:10 -0500
commite3d2fc1727598bfabb3df78032b83bdccb188681 (patch)
tree2a33f56123f7bee695ab1009ff8fcf7287d3e630 /tox.ini
parentef8f066d5a6790a65452e345ae70b8e29af5381e (diff)
downloadcryptography-e3d2fc1727598bfabb3df78032b83bdccb188681.tar.gz
cryptography-e3d2fc1727598bfabb3df78032b83bdccb188681.tar.bz2
cryptography-e3d2fc1727598bfabb3df78032b83bdccb188681.zip
install only the minimum required to build our docs for rtd (#4133)
* install only the minimum required to build our docs for rtd We don't need to install sphinxcontrib-spelling or doc8 in rtd. * move another package
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 03c4c074..6dfe1c72 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,6 +37,7 @@ commands =
[testenv:docs]
extras =
+ docs
docstest
basepython = python2.7
commands =