]> fred1m.tech Git - papier-crayon.git/blobdiff - source/conf.py
p46 g1 FS www
[papier-crayon.git] / source / conf.py
index bcb4c4de17bd9b51a9f47bb5538657ad94afd010..232458f64268050289cf44c760637a85fcabc3bc 100644 (file)
@@ -9,12 +9,19 @@
 project = 'papier-crayon'
 copyright = '2024, M. Le Meur'
 author = 'M. Le Meur'
 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
 
 
 # -- 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 = []
 
 templates_path = ['_templates']
 exclude_patterns = []