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 b5d7058 commit 65c5df3Copy full SHA for 65c5df3
doc/conf.py
@@ -269,6 +269,10 @@
269
html_static_path = ["_static"]
270
html_css_files = ["style.css"]
271
272
+linkcheck_exclude_documents = [
273
+ r'whats-new.*', # Allow broken links in old release notes
274
+]
275
+
276
277
# configuration for sphinxext.opengraph
278
ogp_site_url = "https://docs.xarray.dev/en/latest/"
pixi.toml
@@ -243,6 +243,7 @@ cfgrib = "*"
243
[feature.doc.tasks]
244
doc = { cmd = "make html", cwd = "doc" }
245
doc-clean = { cmd = "make clean && make html", cwd = "doc" }
246
+linkcheck = { cmd = "make linkcheck", cwd = "doc", description = "Check URLs in documentation." }
247
248
249
[feature.typing.dependencies]
0 commit comments