Skip to content

Commit

Permalink
sphinx: new source_suffix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Sep 11, 2024
1 parent 7a47ca4 commit 7fedf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sphinx_gallery_conf = {
templates_path = ['_templates']

# The suffix of source filenames.
source_suffix = '.rst'
source_suffix = {'.rst': 'restructuredtext'}

# The encoding of source files.
#source_encoding = 'utf-8-sig'
Expand Down

0 comments on commit 7fedf4f

Please sign in to comment.