We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6b4ae commit e3f97c5Copy full SHA for e3f97c5
docs/conf.py
@@ -51,7 +51,7 @@
51
# The suffix(es) of source filenames.
52
# You can specify multiple suffix as a list of string:
53
# source_suffix = ['.rst', '.md']
54
-source_suffix = ".rst"
+source_suffix = {".rst": "restructuredtext"}
55
56
# The encoding of source files.
57
# source_encoding = 'utf-8-sig'
0 commit comments