From 0125ecbff435d8fbe75af388de943db417942f69 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 16 May 2018 16:35:30 +0200 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7613221a35..8df0904e6c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,7 @@ templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # source_suffix = ['.rst', '.md'] -source_suffix = '.rst' +source_suffix = '.md' # The encoding of source files. #source_encoding = 'utf-8-sig'