Skip to content

Commit

Permalink
Revert stricter docs workflow, as action uses old Sphinx version with…
Browse files Browse the repository at this point in the history
… known (fixed) bug.

ammaraskar/sphinx-action#25
  • Loading branch information
ginoperrotta committed Feb 14, 2022
1 parent b7f785a commit 9a4dcdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9a4dcdc

Please sign in to comment.