Skip to content

Commit 9907684

Browse files
committed
Ignore error when linking to DOI informational page
See: <jupyter-book/mystmd#828>
1 parent 705c387 commit 9907684

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

myst.yml

Lines changed: 4 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://doi.org/the-identifier/what-is-a-doi/"
13+
severity: "warn"
1014
exclude:
1115
- "_*"
1216
- "README.md"

0 commit comments

Comments
 (0)