Browse Source

docs: enable myst colon_fence

So tabs become more readable.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Gerard Marull-Paretas 3 months ago
parent
commit
9908bef042
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docs/conf.py

+ 7 - 0
docs/conf.py

@@ -52,3 +52,10 @@ html_theme_options = {
     "use_edit_page_button": True,
     "use_issues_button": True,
 }
+
+# -- Options for myst_parser extension -----------------------------------------
+# https://myst-parser.readthedocs.io/en/latest/configuration.html
+
+myst_enable_extensions = [
+    "colon_fence",
+]