From e1b134bc678c282b64ea0967a2de34fbf47a6344 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 5 Oct 2019 22:00:20 +0200 Subject: [PATCH] Install docs but not dist (libsodium included now) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 96bcc0f..c72adcf 100644 --- a/tox.ini +++ b/tox.ini @@ -56,7 +56,7 @@ commands = [testenv:docs] description = build the documentation -skip_install=True +skipdist = True extras = docs commands = python -m setup build_sphinx