Skip to content

Commit 0bc1f2a

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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"

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,8 +1749,10 @@ jobs:
17491749
--exclude-path="site/api_reference/settings.html"
17501750
--exclude-path="site/404.html"
17511751
--exclude=".*crate#per-style$"
1752+
--exclude=".*#setting-the-default-subscriber$"
17521753
--exclude="https://doc.rust-lang.org/*"
17531754
--exclude="https://stackoverflow.com/*"
1755+
--exclude="https://rust-random.github.io/*"
17541756
--exclude="https://github.com/LukeMathWalker/pavex/edit/main/*"
17551757
--exclude="https://docs.rs/**/*"
17561758
--exclude-path="site/api_reference/static.files"

0 commit comments

Comments
 (0)