Skip to content

Commit

Permalink
chore(docs): enable myst_parser extension in sphinx config
Browse files Browse the repository at this point in the history
This allows sphinx to parse markdown files
  • Loading branch information
b1rger committed Jun 20, 2024
1 parent da04a96 commit 8df07ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"sphinx.ext.ifconfig",
"sphinx.ext.viewcode",
"sphinx.ext.githubpages",
"myst_parser",
]

autoclass_content = "both"
Expand Down

0 comments on commit 8df07ed

Please sign in to comment.