From ed2602d564835d38843c0671d1db327b2f616834 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Mon, 7 Nov 2022 09:33:21 +0100 Subject: [PATCH] added sphinx build to tox --- .gitignore | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ca0852f..3f79027 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__ .tox coverage.xml *.egg-info +docs/build diff --git a/tox.ini b/tox.ini index 43c2f29..7471af5 100644 --- a/tox.ini +++ b/tox.ini @@ -18,3 +18,4 @@ commands = coverage html coverage report --fail-under 80 flake8 + sphinx-build -M html docs/source docs/build -- GitLab