Skip to content

Commit

Permalink
Experimental changes to Sphinx config...
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Oct 24, 2024
1 parent d605ef5 commit 36ba26a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -89,3 +91,4 @@


# -- Extension configuration -------------------------------------------------
#myst_heading_anchors = 1

0 comments on commit 36ba26a

Please sign in to comment.