X-Git-Url: https://fred1m.tech/gitweb/papier-crayon.git/blobdiff_plain/9a92431793dbaca9fe6fe1c5c5259b33f3e65f47..f9f03a258ef489ef5efd8a789bae6fe01e34b6ca:/source/conf.py diff --git a/source/conf.py b/source/conf.py index bcb4c4d..f36d5e6 100644 --- a/source/conf.py +++ b/source/conf.py @@ -14,7 +14,14 @@ release = '0.1.3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = [] +extensions = ['myst_parser'] + +source_suffix = { + '.rst': 'restructuredtext', + '.txt': 'restructuredtext', + '.md': 'markdown', +} + templates_path = ['_templates'] exclude_patterns = []