Skip to content

Commit

Permalink
ignore auto-generated sphinx urls
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Nov 1, 2023
1 parent 0d1d4f2 commit e010a30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
sleep 1
# We ignore _modules since sphinx puts all modules in the module
# overview but does not generate pages for .pyx modules.
linkchecker --check-extern --ignore-url=_modules/ http://localhost:8880
# We also ignore a url that is generated by sphinx itself (version 7.2.6).
linkchecker --check-extern --ignore-url='_modules/|https://www.sphinx-doc.org/' http://localhost:8880
- uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e010a30

Please sign in to comment.