Skip to content

Commit ec9d38d

Browse files
committed
Enable linkcheck in GH actions
* enable linkcheck * treat warn as errors Signed-off-by: Hritik Vijay <[email protected]>
1 parent 816ad5e commit ec9d38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929

3030
- name: Check Sphinx Documentation build minimally
3131
working-directory: ./docs
32-
run: sphinx-build -E source build
32+
run: sphinx-build -b linkcheck -EW source build
3333

3434
- name: Check for documentation style errors
3535
working-directory: ./docs
36-
run: ./scripts/doc8_style_check.sh
36+
run: ./scripts/doc8_style_check.sh

0 commit comments

Comments
 (0)