We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5635429 commit 6847ce2Copy full SHA for 6847ce2
docs/source/conf.py
@@ -77,6 +77,7 @@
77
"https://neuroinformatics.dev/slides-templates-atlases/#/on-templates-and-atlases",
78
"https://errantscience.com/",
79
r"https://www\.cell\.com/.*", # Use regex pattern to match all cell.com URLs
80
+ r"https?://(?:dx\.)?doi\.org/.*", # Use regex pattern to match all DOI URLs
81
]
82
83
# Suppress strikethrough warnings - strikethrough is only supported in HTML
0 commit comments