Skip to content

Commit

Permalink
Use docs folder in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tfcollins authored Aug 17, 2024
1 parent eba8b88 commit d185f7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ jobs:
- name: Check doc build
run: |
cd doc
cd docs
make html SPHINXOPTS="-W"
cd ..
# - name: Check doc coverage
# run: |
# cd doc
# cd docs
# make coverage
# cat build/coverage/python.txt
# cat build/coverage/python.txt | wc -l | xargs -I % test % -eq 2
# cd ..

- name: Check doc links
run: |
cd doc
cd docs
make linkcheck
cd ..

0 comments on commit d185f7a

Please sign in to comment.