From: Ian Jackson Date: Thu, 8 Apr 2021 17:43:32 +0000 (+0100) Subject: docs: sphnix build: Add a link for our stuff. X-Git-Tag: otter-0.5.0~123 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5a9f5a0a116241f0b5ecaa2b5795f162d361a8bf;p=otter.git docs: sphnix build: Add a link for our stuff. Signed-off-by: Ian Jackson --- 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,