From 87a9ed4c08b2c7781f97bf03c08f2d4788f4653d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 3 Apr 2018 20:29:37 +0200 Subject: Fix Functest Config Guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It allows building this documentation via tox. rst files are now checked via doc8. Intro is moved into a new file. Change-Id: Ic5c0108cf1cbb0fc69f7e2cc73cf2fb69e44baa1 Signed-off-by: Cédric Ollivier --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 381826fb1..4da5002f8 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,8 @@ commands = sphinx-build -W -b html api/ api/_build doc8 docs/release/release-notes --ignore-path docs/release/release-notes/build sphinx-build -W -b html docs/release/release-notes docs/release/release-notes/build/html + doc8 docs/testing/user/configguide --ignore-path docs/testing/user/configguide/build + sphinx-build -W -b html docs/testing/user/configguide docs/testing/user/configguide/build/html [testenv:pep8] basepython = python2.7 -- cgit 1.2.3-korg