Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/759.misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Link checking rules were updated.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ commands =
!lint-!all-!live-!en : build_md_translations {posargs} en --source-code=stubs
lint : pyspelling
# cppreference has added a Cloudflare robot check.
lint : markdown-checker --dir {[docs]docs_dir} --func check_broken_urls --skip-domains=https://en.cppreference.com/
# Github has an aggressive rate limiters
lint : markdown-checker --dir {[docs]docs_dir} --func check_broken_urls --skip-urls-containing=https://en.cppreference.com/,https://github.com/beeware,https://github.com/python/cpython
live : live_serve_en {posargs} src stubs --source-code=stubs --port=8040
all : build_md_translations {posargs} en --source-code=stubs
en : build_md_translations {posargs} en --source-code=stubs
Loading