Browse Source

docs: enable myst fieldlist

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

+ 2 - 1
docs/conf.py

@@ -58,4 +58,5 @@ html_theme_options = {
 
 myst_enable_extensions = [
     "colon_fence",
-]
+    "fieldlist",
+]