Skip to content

Commit

Permalink
Add standard pkg dependencies to docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-andersson committed Oct 5, 2023
1 parent e8f8239 commit feac117
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: "Install dependencies"
run: pip install -r requirements.txt
- name: "Install sphinx"
run: pip install -r requirements.docs.txt
- name: "Sphinx link check"
run: sphinx-build docs -W -b linkcheck -d docs/_build/doctrees docs/_build/html
Expand Down

0 comments on commit feac117

Please sign in to comment.