mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 00:38:01 +02:00
doc/user: fix sphinx warning
WARNING: extlinks: Sphinx-6.0 will require a caption string to contain exactly one '%s' and all other '%' need to be escaped as '%%'. Well, let's do that then! Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5324f425a1
commit
bf2e8a406e
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ from recommonmark.parser import CommonMarkParser
|
||||||
|
|
||||||
extlinks = { 'commit' :
|
extlinks = { 'commit' :
|
||||||
('https://gitlab.freedesktop.org/libinput/libinput/commit/%s',
|
('https://gitlab.freedesktop.org/libinput/libinput/commit/%s',
|
||||||
'git commit ')
|
'git commit %s')
|
||||||
}
|
}
|
||||||
|
|
||||||
# -- git version hack -------------------------------------------------
|
# -- git version hack -------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue