We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816ad5e commit ec9d38dCopy full SHA for ec9d38d
.github/workflows/docs.yml
@@ -29,8 +29,8 @@ jobs:
29
30
- name: Check Sphinx Documentation build minimally
31
working-directory: ./docs
32
- run: sphinx-build -E source build
+ run: sphinx-build -b linkcheck -EW source build
33
34
- name: Check for documentation style errors
35
36
- run: ./scripts/doc8_style_check.sh
+ run: ./scripts/doc8_style_check.sh
0 commit comments