diff --git a/docs/conf.py b/docs/conf.py index d1472a57..55f1af31 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,6 +25,17 @@ extensions = [ 'myst_parser', ] +# Optional: allow includes in Markdown +myst_enable_extensions = [ + "colon_fence", + "deflist", + "html_admonition", + "html_image", + "linkify", + "substitution", + "tasklist", +] + templates_path = ['_templates'] exclude_patterns = [] diff --git a/docs/index.rst b/docs/index.rst index 827ed504..16a0d691 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,4 +19,4 @@ Welcome to the AareDAQ documentation. :maxdepth: 2 :caption: API Reference - api/modules + api/aare