From: Thanh Ha Date: Wed, 25 Jul 2018 02:23:55 +0000 (-0400) Subject: Add "skipsdist = true" to tox.ini X-Git-Tag: v0.2.3~1^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=7544e9e3f9c7422c7d5eb43bf368cc3436d3a3e5;p=releng%2Fdocs-conf.git 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 --- 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