Skip to content

Commit 36549cc

Browse files
chore: Ignore broken doc links we can't fix
1 parent 54b9a00 commit 36549cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/ci_generator/templates/job_steps/build_docs.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@
4141
--exclude-path="site/api_reference/settings.html"
4242
--exclude-path="site/404.html"
4343
--exclude=".*crate#per-style$"
44+
--exclude=".*#setting-the-default-subscriber$"
4445
--exclude="https://doc.rust-lang.org/*"
4546
--exclude="https://stackoverflow.com/*"
47+
--exclude="https://rust-random.github.io/*"
4648
--exclude="https://github.com/LukeMathWalker/pavex/edit/main/*"
4749
--exclude="https://docs.rs/**/*"
4850
--exclude-path="site/api_reference/static.files"

0 commit comments

Comments
 (0)