From 3fd87eac9b8333995b45bd86e9319c74fc9c7d18 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Thu, 24 Oct 2024 07:48:56 +0200 Subject: [PATCH] Experimental changes to Sphinx config... --- doc/source/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8ee21bf..880d0a1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -36,7 +36,9 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.napoleon', - 'sphinx_click' + 'sphinx_click', + 'myst_parser', + # 'sphinx.ext.autosectionlabel', ] # Add any paths that contain templates here, relative to this directory. @@ -89,3 +91,4 @@ # -- Extension configuration ------------------------------------------------- +# myst_heading_anchors = 1