]> fred1m.tech Git - papier-crayon.git/blame - source/conf.py
WIP il faut passer tout à .rst
[papier-crayon.git] / source / conf.py
CommitLineData
9a924317
FLM
1# Configuration file for the Sphinx documentation builder.
2#
3# For the full list of built-in configuration values, see the documentation:
4# https://www.sphinx-doc.org/en/master/usage/configuration.html
5
6# -- Project information -----------------------------------------------------
7# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
9project = 'papier-crayon'
10copyright = '2024, M. Le Meur'
11author = 'M. Le Meur'
12release = '0.1.3'
13
14# -- General configuration ---------------------------------------------------
15# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
16
2514efc5
FLM
17extensions = ['myst_parser']
18
19source_suffix = {
20 '.rst': 'restructuredtext',
21 '.txt': 'restructuredtext',
22 '.md': 'markdown',
23}
24
9a924317
FLM
25
26templates_path = ['_templates']
27exclude_patterns = []
28
29language = 'fr'
30
31# -- Options for HTML output -------------------------------------------------
32# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
33
34html_theme = 'alabaster'
35html_static_path = ['_static']