Skip to content

Commit

Permalink
Disable doc link check
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jan 10, 2024
1 parent f94c74b commit c64852f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ 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
# Don't check links until we have a release
#- name: Check links in documentation
# run: python -m sphinx docs/ docs/_build/ -b linkcheck -W

0 comments on commit c64852f

Please sign in to comment.