From 925bb828676fd14d18e15b009cd7130b6b7232d3 Mon Sep 17 00:00:00 2001 From: Kai Jan Kriegel Date: Thu, 1 Oct 2020 18:41:32 +0200 Subject: [PATCH] added markdown support --- source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/conf.py b/source/conf.py index f5d9d85..7354987 100644 --- a/source/conf.py +++ b/source/conf.py @@ -30,6 +30,7 @@ author = 'Fab-Infra Team' # ones. extensions = [ "sphinx_rtd_theme", + "recommonmark", ] # Add any paths that contain templates here, relative to this directory.