From 058e19806780d16afbbb43ea9a909ab4130ed8da Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 25 Sep 2019 15:49:58 +1000 Subject: [PATCH] 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 --- doc/user/conf.py.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/user/conf.py.in b/doc/user/conf.py.in index 9e5a468..6059bc9 100644 --- a/doc/user/conf.py.in +++ b/doc/user/conf.py.in @@ -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 ') -- 2.7.4