We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574ab6d commit 18c041aCopy full SHA for 18c041a
1 file changed
fetch_citations.py
@@ -16,7 +16,7 @@
16
import re
17
import yaml
18
19
-def load_dois_from_config(config_path="/_config.yml") -> list[str]:
+def load_dois_from_config(config_path="_config.yml") -> list[str]:
20
with open(config_path) as f:
21
config = yaml.safe_load(f)
22
# Extract all data-doi="..." values from the papers HTML block
0 commit comments