]> fred1m.tech Git - papier-crayon.git/blob - source/conf.py
bcb4c4de17bd9b51a9f47bb5538657ad94afd010
[papier-crayon.git] / source / conf.py
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
9 project = 'papier-crayon'
10 copyright = '2024, M. Le Meur'
11 author = 'M. Le Meur'
12 release = '0.1.3'
13
14 # -- General configuration ---------------------------------------------------
15 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
16
17 extensions = []
18
19 templates_path = ['_templates']
20 exclude_patterns = []
21
22 language = 'fr'
23
24 # -- Options for HTML output -------------------------------------------------
25 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
26
27 html_theme = 'alabaster'
28 html_static_path = ['_static']