X-Git-Url: https://fred1m.tech/gitweb/papier-crayon.git/blobdiff_plain/9a92431793dbaca9fe6fe1c5c5259b33f3e65f47..d2f3b6c140595a43e5530d8b9ded24f17e234c41:/source/conf.py?ds=sidebyside 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 = []