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 = []