Skip to content

Commit

Permalink
fix: replace deprecated sphinx default (#3512)
Browse files Browse the repository at this point in the history
Removes a warning from doc build
  • Loading branch information
dangotbanned authored Jul 31, 2024
1 parent 2c9a727 commit d2325e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
# source_suffix = ['.rst', '.md']
source_suffix = ".rst"
source_suffix = {".rst": "restructuredtext"}

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

0 comments on commit d2325e3

Please sign in to comment.