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