From 9a4dcdcb626a960b65ed2e0f518cd10899190bb3 Mon Sep 17 00:00:00 2001 From: Gino Perrotta Date: Mon, 14 Feb 2022 16:54:05 -0500 Subject: [PATCH] Revert stricter docs workflow, as action uses old Sphinx version with known (fixed) bug. https://github.com/ammaraskar/sphinx-action/issues/25 --- .github/workflows/docs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2ec1d6e..f756171 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,9 +5,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - run: python -m pip install --upgrade pip - uses: actions/checkout@v2 - uses: ammaraskar/sphinx-action@master with: docs-folder: docs/ - build-command: "sphinx-build -b html . _build -W"