diff --git a/doc/userguide/conf.py b/doc/userguide/conf.py index 64f04b3eff..5e07293ea2 100644 --- a/doc/userguide/conf.py +++ b/doc/userguide/conf.py @@ -46,7 +46,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 = {'.rst': 'restructuredtext'} # The encoding of source files. #source_encoding = 'utf-8-sig'