diff --git a/docs/conf.py b/docs/conf.py index c36a9a2022..0c633397ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -94,7 +94,7 @@ spelling_warning = True # templates_path = [] # The suffix of source filenames. -source_suffix = ".txt" +source_suffix = {".txt": "restructuredtext"} # The encoding of source files. # source_encoding = 'utf-8-sig'