Skip to content

Commit 18a2c0f

Browse files
chore: Ignore doi-exists error for Pixi
1 parent 13f7fd1 commit 18a2c0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

papers/matthew_feickert/myst.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ project:
3333
# Add the abbreviations that you use in your paper here
3434
abbreviations:
3535
CUDA: Compute Unified Device Architecture
36+
# It is possible to explicitly ignore the `doi-exists` check for certain citation keys
37+
error_rules:
38+
- rule: doi-exists
39+
severity: ignore
40+
keys:
41+
- pixi
3642
exports:
3743
- id: pdf
3844
format: typst

0 commit comments

Comments
 (0)