diff --git a/doc/source/conf.py b/doc/source/conf.py index 7efdfd8ad..ab40673e2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -226,7 +226,7 @@ # If false, no module index is generated. # latex_use_modindex = True -extlinks = {"issue": ("https://github.com/pydata/bottleneck/issues/%s", "#")} +extlinks = {"issue": ("https://github.com/pydata/bottleneck/issues/%s", "#%s")} intersphinx_mapping = { "numpy": ("https://docs.scipy.org/doc/numpy/", None), "numpydoc": ("https://numpydoc.readthedocs.io/en/latest/", None),