mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 10:00:27 +01:00
doc/user: drop markdown source parsers
This is deprecated in sphinx 1.8 but we don't include any markdown sources anyway, so let's just drop it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6a3bd50f94
commit
058e198067
1 changed files with 0 additions and 4 deletions
|
|
@ -167,10 +167,6 @@ texinfo_documents = [
|
|||
|
||||
from recommonmark.parser import CommonMarkParser
|
||||
|
||||
source_parsers = {
|
||||
'.md': CommonMarkParser,
|
||||
}
|
||||
|
||||
extlinks = { 'commit' :
|
||||
('https://gitlab.freedesktop.org/libinput/libinput/commit/%s',
|
||||
'git commit ')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue