Skip to content

Commit 378c573

Browse files
mgeierlarsoner
authored andcommitted
CI: Add linkcheck
1 parent 9e775d4 commit 378c573

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
path: build/sphinx/html/
3939
destination: html
4040

41+
# Check for broken links
42+
- run:
43+
name: linkcheck
44+
command: |
45+
python setup.py build_sphinx -b linkcheck
46+
4147
workflows:
4248
version: 2
4349

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If not, you can get the submodule with::
3939

4040
git submodule update --init
4141

42-
.. _PyPI: https://pypi.org/project/python-rtmixer/
42+
.. _PyPI: https://pypi.org/project/rtmixer/
4343

4444

4545
Building the Documentation

0 commit comments

Comments
 (0)