Skip to content

Commit fac74d9

Browse files
committed
ignore zenodo URLs
1 parent f85abf7 commit fac74d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@
161161
# (source start file, name, description, authors, manual section).
162162
man_pages = [(master_doc, "windrose", "windrose Documentation", [author], 1)]
163163

164+
# Zenodo URLs are returning 403 in the checker but are fine.
165+
linkcheck_ignore = [
166+
r"https://zenodo\.org.*",
167+
]
164168

165169
# -- Options for Texinfo output -------------------------------------------
166170

0 commit comments

Comments
 (0)