From ffb42efcd5045effa7668c2ea6cff56393f33481 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 15 Aug 2022 17:44:15 +0200 Subject: [PATCH] Remove checkdocs --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6c2e08b..1bf8d8c 100644 --- a/tox.ini +++ b/tox.ini @@ -23,9 +23,7 @@ commands = pytest --cov sigal --cov-report term tests/ skip_install = true deps = check-manifest - collective.checkdocs commands = - python setup.py check --restructuredtext check-manifest -v --ignore sigal/version.py,*.yml,*.yaml,.git-blame-ignore-revs {toxinidir} [testenv:doc]