From d4d0c657b9c8513d36f5ee1c6bcaf22247ea18de Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 4 Jul 2015 04:19:26 +0300 Subject: [PATCH] added .rst to known documentation --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ff73ebe..7a36efc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,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 = '.md' +source_suffix = ['.rst', '.md'] # The encoding of source files. #source_encoding = 'utf-8-sig'