From fc34dd01a4c66c3ff51acc0f1ea7f5983a579c0f Mon Sep 17 00:00:00 2001 From: appleb_m Date: Tue, 31 Mar 2026 15:57:58 +0200 Subject: [PATCH] ammending docs folder --- docs/conf.py | 11 +++++++++++ docs/index.rst | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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