]> fred1m.tech Git - papier-crayon.git/blame - source/conf.py
WIP: c'est recommencé !
[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
17extensions = []
18
19templates_path = ['_templates']
20exclude_patterns = []
21
22language = 'fr'
23
24# -- Options for HTML output -------------------------------------------------
25# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
26
27html_theme = 'alabaster'
28html_static_path = ['_static']