Fix for Sphinx extlinks warning, closes #1972

This commit is contained in:
Simon Willison 2022-12-31 11:12:38 -08:00
commit 3af313e165

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.