Skip to content

Commit

Permalink
Disable the documentation link check
Browse files Browse the repository at this point in the history
The docuemntation link check is failing due to the very old version
of Sphinx not understanding 308 redirects. We're going to be turning
off this cluster, so just stop running the link check so that tests
can pass.
  • Loading branch information
rra committed Dec 13, 2023
1 parent a34b14d commit 251425c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- name: Build
run: |
cd docs
make linkcheck
make html
- name: Upload
Expand Down

0 comments on commit 251425c

Please sign in to comment.