Skip to content

Commit 3d159d4

Browse files
authored
Merge pull request #304 from Carreau/source-suffix-mapping
[Docs] Use extension:filetype mapping in sphinx configuration
2 parents aca4cd7 + 5eafc49 commit 3d159d4

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
@@ -57,7 +57,7 @@
5757
# The suffix(es) of source filenames.
5858
# You can specify multiple suffix as a list of string:
5959
# source_suffix = ['.rst', '.md']
60-
source_suffix = '.rst'
60+
source_suffix = {".rst": "restructuredtext"}
6161

6262
# The encoding of source files.
6363
#source_encoding = 'utf-8-sig'

0 commit comments

Comments
 (0)