mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 20:30:27 +01: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' :
|
||||
('https://gitlab.freedesktop.org/libinput/libinput/commit/%s',
|
||||
'git commit ')
|
||||
'git commit %s')
|
||||
}
|
||||
|
||||
# -- git version hack -------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue