From a1c60bab8676ed2b74e1613c53bd70a093bf70c5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 11 Jan 2023 10:21:15 -0800 Subject: [PATCH] Fix Sphinx warning turned error --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8965974a..f7cf5cec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ extensions = ["sphinx.ext.extlinks", "sphinx.ext.autodoc", "sphinx_copybutton"] extlinks = { - "issue": ("https://github.com/simonw/datasette/issues/%s", "#"), + "issue": ("https://github.com/simonw/datasette/issues/%s", "#%s"), } # Add any paths that contain templates here, relative to this directory.