Skip to content

Commit 159377e

Browse files
committed
Fix generated cuda-bindings problematic doc anchors
1 parent 0a319ad commit 159377e

5 files changed

Lines changed: 86 additions & 89 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ jobs:
271271
uses: lycheeverse/lychee-action@6da1d14f3a43098a294b7696d93d938aa8d20fc0 # unreleased: supports v0.24.x archive layout
272272
with:
273273
# PR-preview canonical URLs are checked by the preview deployment workflow.
274-
# The cuda-bindings #id links are docutils "problematic" anchors from generated API docs.
275-
# TODO: Remove this exclusion after cybind stops emitting those problematic anchors.
276274
# Preferred Networks rejects hosted-runner GETs, but the URL is browser reachable.
277275
args: >-
278276
--files-from ${{ github.workspace }}/lychee-rendered-html-files.txt
@@ -287,7 +285,6 @@ jobs:
287285
--timeout 30
288286
--no-progress
289287
--exclude '^https://nvidia\.github\.io/cuda-python/pr-preview/pr-[0-9]+/'
290-
--exclude '^file://.*/cuda-bindings/latest/module/(driver|runtime)\.html#id[0-9]+$'
291288
--exclude '^https://www\.preferred\.jp/en/?$'
292289
fail: true
293290
failIfEmpty: true

0 commit comments

Comments
 (0)