Skip to content

Commit ffb1cf1

Browse files
committed
Allow AWS URL resolution to fail during MyST build
1 parent 9ecaa59 commit ffb1cf1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

myst.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ project:
77
# authors: []
88
license: "MIT"
99
github: "https://github.com/geojupyter/workshop-open-source-geospatial"
10+
error_rules:
11+
- rule: "link-resolves"
12+
key: "https://aws.amazon.com/"
13+
severity: "warn"
1014
exclude:
1115
- "_*"
1216
- "README.md"
@@ -25,6 +29,7 @@ project:
2529
children:
2630
- pattern: "for-instructors/*.md"
2731

32+
2833
site:
2934
template: "book-theme"
3035
actions:

0 commit comments

Comments
 (0)