Skip to content

Commit 8601684

Browse files
authored
add a linkcheck to the docs tests (#148)
this will check if the external links are resolvable
1 parent d1a8c9c commit 8601684

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docs-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ jobs:
4444
run: |
4545
cd docs/
4646
PYTHONPATH=$GITHUB_WORKSPACE make SPHINXOPTS=-v html
47+
48+
- name: Check links
49+
run: |
50+
cd docs/
51+
PYTHONPATH=$GITHUB_WORKSPACE make SPHINXOPTS=-v linkcheck
52+

0 commit comments

Comments
 (0)