Merge pull request #4244 from MichaelEischer/fix-doc-typos

Fix documentation typos and build with Sphinx 6
This commit is contained in:
Alexander Neumann 2023-03-12 15:04:26 +01:00 committed by GitHub
commit aac8c5a7ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -90,7 +90,7 @@ command and enter the same password twice:
data from a CIFS share is not recommended due to compatibility issues in data from a CIFS share is not recommended due to compatibility issues in
older Linux kernels. Either use another backend or set the environment older Linux kernels. Either use another backend or set the environment
variable `GODEBUG` to `asyncpreemptoff=1`. Refer to GitHub issue variable `GODEBUG` to `asyncpreemptoff=1`. Refer to GitHub issue
`#2659 <https://github.com/restic/restic/issues/2659>`_ for further explanations. :issue:`2659` for further explanations.
SFTP SFTP
**** ****

View File

@ -216,6 +216,7 @@ Combined with ``--verbose``, you can see a list of changes:
Would be added to the repository: 25.551 MiB Would be added to the repository: 25.551 MiB
.. _backup-excluding-files: .. _backup-excluding-files:
Excluding Files Excluding Files
*************** ***************

View File

@ -106,5 +106,5 @@ html_static_path = ['_static']
htmlhelp_basename = 'resticdoc' htmlhelp_basename = 'resticdoc'
extlinks = { extlinks = {
'issue': ('https://github.com/restic/restic/issues/%s', '#'), 'issue': ('https://github.com/restic/restic/issues/%s', '#%s'),
} }