From 5a9f5a0a116241f0b5ecaa2b5795f162d361a8bf Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 8 Apr 2021 18:43:32 +0100 Subject: [PATCH] docs: sphnix build: Add a link for our stuff. Signed-off-by: Ian Jackson --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 3a6627fb..918440c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,6 +51,7 @@ templates_path = ['_templates'] #source_suffix = ['.rst', '.md'] #source_suffix = '.rst' +# https://github.com/readthedocs/recommonmark (retrieved 8.4.2021) from recommonmark.parser import CommonMarkParser source_parsers = { '.md': CommonMarkParser, -- 2.30.2