Skip to content

Commit 7ee5928

Browse files
committed
Add myst_parser extension
1 parent 486f4b7 commit 7ee5928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# -- General configuration ---------------------------------------------------
1818

1919
extensions = [
20+
'myst_parser', # ← add this
2021
'sphinx.ext.autodoc',
2122
'sphinx.ext.napoleon', # for Google/NumPy docstrings
2223
'sphinx.ext.viewcode',

0 commit comments

Comments
 (0)