Browse Source

docs: enable myst fieldlist

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Gerard Marull-Paretas 4 tháng trước cách đây
mục cha
commit
af1c183bd2
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      docs/conf.py

+ 2 - 1
docs/conf.py

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