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.
source_suffix = '.rst'
source_suffix = {'.rst': 'restructuredtext'}
1 parent da9c169 commit fd3310dCopy full SHA for fd3310d
docs/conf.py
@@ -33,7 +33,7 @@
33
templates_path = ["_templates"]
34
35
# The suffix of source filenames.
36
-source_suffix = ".rst"
+source_suffix = {".rst": "restructuredtext"}
37
38
# The encoding of source files.
39
# source_encoding = 'utf-8-sig'
0 commit comments