From 7544e9e3f9c7422c7d5eb43bf368cc3436d3a3e5 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 24 Jul 2018 22:23:55 -0400 Subject: [PATCH] Add "skipsdist = true" to tox.ini Most of our projects using Sphinx are not Python projects so building sdist does not make sense for them. Default docs to skip it since folks working on Python projects are more likely to know what this parameter means. Change-Id: Ib38395954c2fba988480cd5774b0e7ac46499b91 Signed-off-by: Thanh Ha --- docs/install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install.rst b/docs/install.rst index 2a7ed92..9a50084 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -81,6 +81,7 @@ Follow these steps to install lfdocs-conf: envlist = docs docs-linkcheck + skipsdist = true [testenv:docs] deps = -rrequirements.txt -- 2.16.6