Skip to content

Commit

Permalink
Add toml requirement for Sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Feb 1, 2024
1 parent 6837f49 commit bd775b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: html-docs
path: docs/_build/html/
- name: Deploy
uses: peaceiris/actions-gh-pages@main
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ furo==2021.11.16
apsw==3.39.4.0
sphinx-argparse==0.4.0
pyahocorasick==2.0.0
toml==0.10.2

0 comments on commit bd775b6

Please sign in to comment.