From 4ac5edf429c263253b8cec63fd7319601fc5456b Mon Sep 17 00:00:00 2001 From: Ethan Harris Date: Mon, 16 Aug 2021 15:53:38 +0100 Subject: [PATCH] Drop breaking sphinx docs build --- .github/workflows/docs-checks.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/docs-checks.yml b/.github/workflows/docs-checks.yml index 8569bf4b0a24b..2b317cff949f1 100644 --- a/.github/workflows/docs-checks.yml +++ b/.github/workflows/docs-checks.yml @@ -8,21 +8,6 @@ on: # Trigger the workflow on push or pull request, but only for the master bra branches: [master, "release/*"] jobs: - sphinx-check: - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v2 - with: - submodules: true - # lfs: true - - uses: ammaraskar/sphinx-action@master - with: - # git is required to clone the docs theme - # before custom requirement are resolved https://github.com/ammaraskar/sphinx-action/issues/16 - pre-build-command: "apt-get update -y && apt-get install -y git pandoc && pip install -r requirements/docs.txt" - docs-folder: "docs/" - repo-token: "${{ secrets.GITHUB_TOKEN }}" - test-docs: runs-on: ubuntu-20.04 steps: