From 5f8fff1c167d845e0c40ad3430c131709d9467fe Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Mon, 31 May 2021 10:29:35 +0200 Subject: [PATCH] add sphinx build to tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 73db598..88439ca 100644 --- a/tox.ini +++ b/tox.ini @@ -15,5 +15,5 @@ commands = coverage report coverage report --fail-under 80 flake8 -# sphinx-build -M html docs/source docs/build + sphinx-build -M html docs/source docs/build -- GitLab