From f47c8eebb717a4bac101ec53cbdd6600966736c6 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 12 Mar 2023 11:44:56 +0100 Subject: [PATCH 1/3] doc: fix broken link in rewrite command docs --- doc/040_backup.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/040_backup.rst b/doc/040_backup.rst index 3b1a56bd6..cebb0b196 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -216,6 +216,7 @@ Combined with ``--verbose``, you can see a list of changes: Would be added to the repository: 25.551 MiB .. _backup-excluding-files: + Excluding Files *************** From c4e6b198ae535eeac711fdd424ee20b367fd5624 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 12 Mar 2023 11:45:26 +0100 Subject: [PATCH 2/3] 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'), } From e02aadf1d2ddcfb0cc9f42c9a260e7fc11ebb7a5 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 12 Mar 2023 11:55:36 +0100 Subject: [PATCH 3/3] doc: use extlink for links to issues --- doc/030_preparing_a_new_repo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/030_preparing_a_new_repo.rst b/doc/030_preparing_a_new_repo.rst index 39a3a0744..adac25174 100644 --- a/doc/030_preparing_a_new_repo.rst +++ b/doc/030_preparing_a_new_repo.rst @@ -90,7 +90,7 @@ command and enter the same password twice: data from a CIFS share is not recommended due to compatibility issues in older Linux kernels. Either use another backend or set the environment variable `GODEBUG` to `asyncpreemptoff=1`. Refer to GitHub issue - `#2659 `_ for further explanations. + :issue:`2659` for further explanations. SFTP ****