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