Skip to content

Commit

Permalink
Fix a typo in doc/conf.py (#3790)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Feb 4, 2025
1 parent 05c4ab9 commit 0450abe
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 @@ -55,7 +55,7 @@
myst_enable_extensions = [
"attrs_inline", # Allow inline attributes after images
"colon_fence", # Allow code fences using colons
"substitution", # Allow substituitions
"substitution", # Allow substitutions
]
# These enable substitutions using {{ key }} in the Markdown files
myst_substitutions = {
Expand Down

0 comments on commit 0450abe

Please sign in to comment.