Add "skipsdist = true" to tox.ini 76/11976/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 25 Jul 2018 02:23:55 +0000 (22:23 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 25 Jul 2018 02:23:57 +0000 (22:23 -0400)
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 <thanh.ha@linuxfoundation.org>
docs/install.rst

index 2a7ed92..9a50084 100644 (file)
@@ -81,6 +81,7 @@ Follow these steps to install lfdocs-conf:
      envlist =
          docs
          docs-linkcheck
+     skipsdist = true
 
      [testenv:docs]
      deps = -rrequirements.txt