commit | e3d2fc1727598bfabb3df78032b83bdccb188681 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon Mar 05 20:50:10 2018 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Mon Mar 05 19:50:10 2018 -0500 |
tree | 2a33f56123f7bee695ab1009ff8fcf7287d3e630 | |
parent | ef8f066d5a6790a65452e345ae70b8e29af5381e [diff] [blame] |
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
diff --git a/tox.ini b/tox.ini index 03c4c07..6dfe1c7 100644 --- a/tox.ini +++ b/tox.ini
@@ -37,6 +37,7 @@ [testenv:docs] extras = + docs docstest basepython = python2.7 commands =