From 643e083c001b801445c594f1f203b60c84e3a880 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 5 Oct 2019 21:27:45 +0200 Subject: [PATCH] Don't install package for docs --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c72adcf..96bcc0f 100644 --- a/tox.ini +++ b/tox.ini @@ -56,7 +56,7 @@ commands = [testenv:docs] description = build the documentation -skipdist = True +skip_install=True extras = docs commands = python -m setup build_sphinx