diff --git a/docs/conf.py b/docs/conf.py index ad97df3b..011b9978 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ templates_path = ['_templates'] # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] -source_suffix = '.rst' +source_suffix = {'.rst': 'restructuredtext'} # The encoding of source files. #