X-Git-Url: https://fred1m.tech/gitweb/papier-crayon.git/blobdiff_plain/9a92431793dbaca9fe6fe1c5c5259b33f3e65f47..277a7d20374f89c4628778b47fcb87490f3a2388:/source/conf.py?ds=inline diff --git a/source/conf.py b/source/conf.py index bcb4c4d..28e1ccd 100644 --- a/source/conf.py +++ b/source/conf.py @@ -7,14 +7,21 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'papier-crayon' -copyright = '2024, M. Le Meur' +copyright = '2024-2025, M. Le Meur' author = 'M. Le Meur' -release = '0.1.3' +release = '0.1.5b' # -- 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 = []