Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 8, 2024
1 parent 429f8d9 commit 62ed716
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
python-version: 3.x
- run: pip install --upgrade pip
- run: pip install -r docs/requirements.txt
- run: pip install --editable ".[docs]"
- uses: actions/configure-pages@v5
- run: sphinx-build docs docs/_build/html
- uses: actions/upload-pages-artifact@v3
Expand Down
3 changes: 0 additions & 3 deletions docs/requirements.txt

This file was deleted.

0 comments on commit 62ed716

Please sign in to comment.