CI: Check for broken links in docs

This commit is contained in:
Andrew Imeson 2023-03-22 12:46:22 -04:00 committed by Adrien Vergé
parent 9d0f59876d
commit 6b45be1afc

View File

@ -29,6 +29,8 @@ jobs:
- run: rstcheck --ignore-directives automodule $(git ls-files '*.rst') - run: rstcheck --ignore-directives automodule $(git ls-files '*.rst')
- run: yamllint --strict $(git ls-files '*.yaml' '*.yml') - run: yamllint --strict $(git ls-files '*.yaml' '*.yml')
- run: python setup.py build_sphinx - run: python setup.py build_sphinx
- name: Check for broken links in documentation
run: make -C docs linkcheck
test: test:
name: Tests name: Tests