Commit 6cd2875
committed
fix: add actual link check step to sphinx_build_link_check.sh
The script was named sphinx_build_link_check and commented as 'Build locally,
and then check links' but only ran the HTML build step. This adds the missing
`sphinx-build -b linkcheck` command to actually check links as intended.
Fixes #2841 parent 635026c commit 6cd2875
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments