We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5178af8 commit 9af272fCopy full SHA for 9af272f
.github/workflows/test-docs.yml
@@ -23,8 +23,9 @@ jobs:
23
python-version: 3.x
24
- name: Install Python Dependencies
25
run: pip install --upgrade pip hatch uv
26
- - name: Check documentation links
27
- run: hatch run docs:linkcheck
+ # DISABLED DUE TO DJANGO DOCS CONSTANTLY THROWING 429 ERRORS
+ # - name: Check documentation links
28
+ # run: hatch run docs:linkcheck
29
- name: Check docs build
30
run: hatch run docs:build
31
- name: Check docs examples
0 commit comments