From 7ac977b6eaf9e3d3c79b47aa3fc36d291cb423b7 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 19 Oct 2019 20:47:33 +0200 Subject: Remove lfreleng docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Its output may has never been used and it's obsolete: ERROR: lfdocs-conf 0.3.1 has requirement more-itertools~=5.0.0, but you'll have more-itertools 7.2.0 which is incompatible. ERROR: lfdocs-conf 0.3.1 has requirement Sphinx~=1.8.5, but you'll have sphinx 2.2.0 which is incompatible. Change-Id: Id5d24b94f6cdbbb93be8dbb18cde1a7fc9db6a42 Signed-off-by: Cédric Ollivier --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index bd2be6235..5cc3851ac 100644 --- a/tox.ini +++ b/tox.ini @@ -28,9 +28,8 @@ commands = docs sphinx-build -W -b html api/ api/build sphinx-build -W -n -b html docs docs/build/html - sphinx-build -W -n -b linkcheck docs docs/_build/linkcheck - sphinx-build -W -n -b html -c docs/lfreleng docs docs/_build/html - sphinx-build -W -b spelling -Dextensions=sphinxcontrib.spelling docs docs/_build/spellcheck + sphinx-build -W -n -b linkcheck docs docs/build/linkcheck + sphinx-build -W -b spelling -Dextensions=sphinxcontrib.spelling docs docs/build/spellcheck [testenv:pep8] basepython = python3.7 -- cgit 1.2.3-korg