Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit d3ea7f2

Browse files
committed
Check links in Docs CI and fix failures
1 parent 38b6e46 commit d3ea7f2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
pipenv-run: docs
3030

31+
- name: Check links resolve
32+
run: pipenv run docs -b linkcheck
33+
3134
- name: Move to versioned directory
3235
# e.g. master or 0.1.2
3336
run: mv build/html ".github/pages/${GITHUB_REF##*/}"

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ commit`` on just the files that have changed::
4444
$ pipenv run pre-commit install
4545

4646
.. _black: https://github.com/psf/black
47-
.. _flake8: http://flake8.pycqa.org/en/latest/
48-
.. _isort: https://github.com/timothycrosley/isort
47+
.. _flake8: https://flake8.pycqa.org/en/latest/
48+
.. _isort: https://github.com/PyCQA/isort
4949
.. _mypy: https://github.com/python/mypy
5050
.. _pre-commit: https://pre-commit.com/
5151

@@ -102,7 +102,7 @@ To make a new release, please follow this checklist:
102102
- Push to internal gitlab and do a dls-release.py of the tag
103103
- Check and edit for clarity the autogenerated GitHub release_
104104

105-
.. _release: https://dls-controls.github.io/dls-python3-skeleton/releases
105+
.. _release: https://github.com/dls-controls/dls-python3-skeleton/releases
106106

107107
Updating the tools
108108
------------------

0 commit comments

Comments
 (0)