From 40ad1463bc9ce5c6c02e3aeab464f11f657f3631 Mon Sep 17 00:00:00 2001 From: Matthew Gidden Date: Sat, 18 Mar 2023 10:22:21 +0100 Subject: [PATCH] remove docs from ci --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index db3f340..fbf0682 100644 --- a/tox.ini +++ b/tox.ini @@ -51,6 +51,7 @@ deps = skip_install = true commands = black --check --diff {posags:src tests} +# TODO: add ruff back # ruff --diff {posargs:src tests docs} # asserts package build integrity @@ -82,8 +83,9 @@ commands = [testenv:docs] package = editable extras = docs -commands = - sphinx-build {posargs:-E} -b html docs docs/html +# TODO: add docs back, currently fail saying can't find pandoc +# commands = +# sphinx-build {posargs:-E} -b html docs docs/html # safety checks [testenv:safety]