Skip to content

Commit

Permalink
Update sphinx config with new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Dec 18, 2024
1 parent 5c3d87f commit 87cc829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = ".rst"
source_suffix = {".rst": "restructuredtext"}

# The master toctree document.
master_doc = "index"
Expand Down

0 comments on commit 87cc829

Please sign in to comment.