Merge pull request #4244 from MichaelEischer/fix-doc-typos
Fix documentation typos and build with Sphinx 6
This commit is contained in:
commit
aac8c5a7ca
3 changed files with 3 additions and 2 deletions
|
@ -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 <https://github.com/restic/restic/issues/2659>`_ for further explanations.
|
||||
:issue:`2659` for further explanations.
|
||||
|
||||
SFTP
|
||||
****
|
||||
|
|
|
@ -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
|
||||
***************
|
||||
|
||||
|
|
|
@ -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'),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue