Skip to content

Commit

Permalink
CI: enable linkcheck in documentation Action (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Jul 13, 2023
1 parent ee2cef4 commit 024d0e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Test building documentation
run: python -m sphinx docs/ docs/_build/ -b html -W

# - name: Check links in documentation
# run: python -m sphinx docs/ docs/_build/ -b linkcheck -W
- name: Check links in documentation
run: python -m sphinx docs/ docs/_build/ -b linkcheck -W
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
}
linkcheck_ignore = [
'https://gitlab.audeering.com',
'https://github.com/dougthor42/PyErf/blob/cf38a2c62556cbd4927c9b3f5523f39b6a492472/pyerf/pyerf.py#L183-L287',
]
copybutton_prompt_text = r'>>> |\.\.\. |$ '
copybutton_prompt_is_regexp = True
Expand Down

0 comments on commit 024d0e2

Please sign in to comment.