Skip to content

Commit

Permalink
docs(conf): Add strikethrough myst extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 11, 2022
1 parent 560f6e8 commit 0cea451
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@
"sphinx_toctree_autodoc_fix",
"linkify_issues",
]
myst_enable_extensions = ["colon_fence", "substitution", "replacements"]
myst_enable_extensions = [
"colon_fence",
"substitution",
"replacements",
"strikethrough",
]

templates_path = ["_templates"]

Expand Down

0 comments on commit 0cea451

Please sign in to comment.