Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Schopf <tim.schopf@t-online.de>
  • Loading branch information
TimSchopf committed Apr 29, 2024
1 parent 5fc495b commit d1257dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# ones.
extensions = [
'sphinx_rtd_theme',
'recommonmark',
'myst_parser',
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx_markdown_tables',
Expand Down Expand Up @@ -64,7 +64,7 @@
master_doc = 'index'

source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
'.md': 'myst_parser.parser.MystParser',
}

source_suffix = ['.rst', '.md']

0 comments on commit d1257dc

Please sign in to comment.