Skip to content

Commit

Permalink
chore: disable arxiv in linkchecker because of recurrent timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft authored Sep 27, 2023
1 parent 09500b6 commit 5d48c5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -744,19 +744,21 @@ check_links:
@# --ignore-url=_static/webpack-macros.html: useless file which contains wrong links
@# --ignore-url=https://www.conventionalcommits.org/en/v1.0.0/: because issues to connect to
@# the server from AWS
@# --ignore-url=https://www.openml.org: lot of time outs
@# --ignore-url=https://www.openml.org: this website returns a lots of timeouts
@# --ignore-url=https://github.com/zama-ai/concrete-ml-internal/issues: because issues are
@# private
@# --ignore-url=.gitbook/assets : some gitbook functionalities use links to images to include
@# them in the docs. But sphinx does not copy such as images to the _build dir since
@# they are not included by image tags or sphinx image annotations. We ignore links
@# to gitbook images in the HTML checker. But the images are actually checked by the
@# markdown link checker, `local_link_check.sh`.
@# --ignore-url=https://arxiv.org: this website returns a lots of timeouts
poetry run linkchecker docs --check-extern \
--ignore-url=_static/webpack-macros.html \
--ignore-url=https://www.conventionalcommits.org/en/v1.0.0/ \
--ignore-url=https://www.openml.org \
--ignore-url=https://github.com/zama-ai/concrete-ml-internal/issues \
--ignore-url=https://arxiv.org \
--ignore-url=.gitbook/assets

.PHONY: actionlint # Linter for our github actions
Expand Down

0 comments on commit 5d48c5c

Please sign in to comment.