Skip to content

Commit 9af272f

Browse files
committed
Disable link checking
1 parent 5178af8 commit 9af272f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
python-version: 3.x
2424
- name: Install Python Dependencies
2525
run: pip install --upgrade pip hatch uv
26-
- name: Check documentation links
27-
run: hatch run docs:linkcheck
26+
# DISABLED DUE TO DJANGO DOCS CONSTANTLY THROWING 429 ERRORS
27+
# - name: Check documentation links
28+
# run: hatch run docs:linkcheck
2829
- name: Check docs build
2930
run: hatch run docs:build
3031
- name: Check docs examples

0 commit comments

Comments
 (0)