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 0d1d4f2 commit e010a30Copy full SHA for e010a30
.github/workflows/doc.yml
@@ -39,7 +39,8 @@ jobs:
39
sleep 1
40
# We ignore _modules since sphinx puts all modules in the module
41
# overview but does not generate pages for .pyx modules.
42
- linkchecker --check-extern --ignore-url=_modules/ http://localhost:8880
+ # 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
44
- uses: JamesIves/github-pages-deploy-action@3.7.1
45
with:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments