Skip to content

Commit e1315dc

Browse files
authored
Merge pull request #31 from Carreau/source-suffix-mapping
[Docs] Use extension:filetype mapping in sphinx configuration
2 parents 64fcdc0 + e36c8f0 commit e1315dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
templates_path = ['_templates']
3939

4040
# The suffix of source filenames.
41-
source_suffix = '.rst'
41+
source_suffix = {".rst": "restructuredtext"}
4242

4343
# The encoding of source files.
4444
#source_encoding = 'utf-8-sig'

0 commit comments

Comments
 (0)