From e3d2fc1727598bfabb3df78032b83bdccb188681 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 5 Mar 2018 20:50:10 -0400 Subject: 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 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-requirements.txt') diff --git a/dev-requirements.txt b/dev-requirements.txt index 93d28450..58827ed4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,5 +4,5 @@ coverage requests tox >= 2.4.1 twine >= 1.8.0 --e .[test,docstest,pep8test] +-e .[test,docs,docstest,pep8test] -e vectors -- cgit v1.2.3