Skip to content

Commit fd3310d

Browse files
committed
Fix "Converting source_suffix = '.rst' to source_suffix = {'.rst': 'restructuredtext'}."
1 parent da9c169 commit fd3310d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
templates_path = ["_templates"]
3434

3535
# The suffix of source filenames.
36-
source_suffix = ".rst"
36+
source_suffix = {".rst": "restructuredtext"}
3737

3838
# The encoding of source files.
3939
# source_encoding = 'utf-8-sig'

0 commit comments

Comments
 (0)