Fix Sphinx warning turned error

This commit is contained in:
Simon Willison 2023-01-11 10:21:15 -08:00
commit a1c60bab86

View file

@ -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.