From 813d3f8edceeb06f50d5a2f0fc4f6f5513597297 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sat, 30 Oct 2021 22:13:54 +0200 Subject: [PATCH] use tox --- .github/workflows/documentation.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2632f8c..a5d1c84 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -26,7 +26,5 @@ jobs: run: sudo apt-get update -y && sudo apt-get install -y git python3-sphinx graphviz libenchant1c2a - - uses: ammaraskar/sphinx-action@0.4 - with: - pre-build-command: "apt-get update -y && apt-get install -y git python3-sphinx graphviz libenchant1c2a && sudo pip install --upgrade sphinx" - docs-folder: "doc/" + - name: Test doc build + run: tox -e docs