Skip to content

Commit

Permalink
Github flavor markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnstRoell committed Oct 11, 2024
1 parent f21b172 commit 0409986
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
"sphinx.ext.autodoc",
"sphinx_rtd_theme",
"myst_parser",
]
extensions = ["sphinx.ext.autodoc", "sphinx_rtd_theme", "myst_parser"]

myst_enable_extensions = [
"amsmath",
Expand All @@ -34,6 +30,9 @@
"tasklist",
]

myst_gfm_only = True


templates_path = ["_templates"]
exclude_patterns = ["build", "Thumbs.db", ".DS_Store"]

Expand Down
2 changes: 1 addition & 1 deletion docs/source/readme.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

.. include:: ../../README.md
:parser: myst_parser.sphinx_
:parser: myst_parser.sphinx_

0 comments on commit 0409986

Please sign in to comment.