X-Git-Url: https://fred1m.tech/gitweb/papier-crayon.git/blobdiff_plain/9a92431793dbaca9fe6fe1c5c5259b33f3e65f47..fedde1b10c264587b6662ab200e30da1941324f7:/source/conf.py diff --git a/source/conf.py b/source/conf.py index bcb4c4d..232458f 100644 --- a/source/conf.py +++ b/source/conf.py @@ -9,12 +9,19 @@ project = 'papier-crayon' copyright = '2024, M. Le Meur' author = 'M. Le Meur' -release = '0.1.3' +release = '0.1.3b' # -- 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 = []