From 899e2537cb587e861f04da2ce36cd6ce3a4ce23d Mon Sep 17 00:00:00 2001 From: Stephan Schulz <stephan.schulz-x2q@rub.de> Date: Mon, 30 Nov 2020 15:17:49 +0100 Subject: [PATCH] remove recommonmark requirement from sphinx --- docs/conf.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py.in b/docs/conf.py.in index f43ddc6..b537c02 100644 --- a/docs/conf.py.in +++ b/docs/conf.py.in @@ -35,8 +35,8 @@ extensions = [ "breathe" ] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] -source_parseres = { '.md': CommonMarkParser } -source_suffix = ['.rst', '.md'] +#source_parseres = { '.md': CommonMarkParser } +#source_suffix = ['.rst', '.md'] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -- GitLab