From b0377d361f5d0f323ccae33430ffd9c72a953bb0 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 2 Oct 2024 09:04:46 +0200 Subject: [PATCH] Error on broken links in the docs --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 2cb9ac016..058ffab3e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,6 +53,8 @@ "sphinx_design", ] +nitpicky = True + issues_github_path = "zarr-developers/zarr-python" autoapi_dirs = ['../src/zarr']