Skip to content

Commit 127f9f6

Browse files
committed
Fix generated cuda-bindings problematic doc anchors
1 parent 22dde0a commit 127f9f6

5 files changed

Lines changed: 86 additions & 89 deletions

File tree

.github/workflows/check-doc-links.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
uses: lycheeverse/lychee-action@6da1d14f3a43098a294b7696d93d938aa8d20fc0 # unreleased: supports v0.24.x archive layout
6565
with:
6666
# PR-preview canonical URLs are checked by the preview deployment workflow.
67-
# The cuda-bindings #id links are docutils "problematic" anchors from generated API docs.
68-
# TODO: Remove this exclusion after cybind stops emitting those problematic anchors.
6967
# Preferred Networks rejects hosted-runner GETs, but the URL is browser reachable.
7068
args: >-
7169
--files-from ${{ github.workspace }}/lychee-rendered-html-files.txt
@@ -80,7 +78,6 @@ jobs:
8078
--timeout 30
8179
--no-progress
8280
--exclude '^https://nvidia\.github\.io/cuda-python/pr-preview/pr-[0-9]+/'
83-
--exclude '^file://.*/cuda-bindings/latest/module/(driver|runtime)\.html#id[0-9]+$'
8481
--exclude '^https://www\.preferred\.jp/en/?$'
8582
fail: true
8683
failIfEmpty: true

0 commit comments

Comments
 (0)