Colntrol: tags -1 patch

On 2023-07-30 Lucas Nussbaum <lu...@debian.org> wrote:
> Source: restic
[...]
> restic fails to build with Sphinx 7.1 and docutils 0.20, both of which
> are currently available in experimental.

> Relevant part (hopefully):
[...]
> > 
> > Exception occurred:
> >   File "/usr/lib/python3/dist-packages/sphinx/ext/extlinks.py", line 103, 
> > in role
> >     title = caption % part
> >             ~~~~~~~~^~~~~~
[...]
> Some notable changes in Sphinx 6 and Sphinx 7:
[...]
> - For packages using the extlinks extension, the caption should contain
>   exactly one "%s" placeholder (if caption is not None).


Hello,

fixed in upstream GIT.

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
>From c4e6b198ae535eeac711fdd424ee20b367fd5624 Mon Sep 17 00:00:00 2001
From: Michael Eischer <michael.eisc...@fau.de>
Date: Sun, 12 Mar 2023 11:45:26 +0100
Subject: [PATCH] doc: fix building with Sphinx 6

---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 3c0af927b..3fd8dc119 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -106,5 +106,5 @@ html_static_path = ['_static']
 htmlhelp_basename = 'resticdoc'
 
 extlinks = {
-    'issue': ('https://github.com/restic/restic/issues/%s', '#'),
+    'issue': ('https://github.com/restic/restic/issues/%s', '#%s'),
 }
-- 
2.42.0

_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to