CI: Check for broken links in docs

pull/558/head
Andrew Imeson 2 years ago committed by Adrien Vergé
parent 9d0f59876d
commit 6b45be1afc

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

Loading…
Cancel
Save