Skip to content

Commit e010a30

Browse files
committed
ignore auto-generated sphinx urls
1 parent 0d1d4f2 commit e010a30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
sleep 1
4040
# We ignore _modules since sphinx puts all modules in the module
4141
# overview but does not generate pages for .pyx modules.
42-
linkchecker --check-extern --ignore-url=_modules/ http://localhost:8880
42+
# We also ignore a url that is generated by sphinx itself (version 7.2.6).
43+
linkchecker --check-extern --ignore-url='_modules/|https://www.sphinx-doc.org/' http://localhost:8880
4344
- uses: JamesIves/github-pages-deploy-action@3.7.1
4445
with:
4546
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)