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 eb96748 commit 9354d1fCopy full SHA for 9354d1f
docs/conf.py
@@ -65,7 +65,7 @@ def filter(self, record: pylogging.LogRecord) -> bool:
65
# The suffix(es) of source filenames.
66
# You can specify multiple suffix as a list of string:
67
# source_suffix = ['.rst', '.md']
68
-source_suffix = ".rst"
+source_suffix = {".rst": "restructuredtext"}
69
70
# The encoding of source files.
71
# source_encoding = 'utf-8-sig'
0 commit comments