]>
fred1m.tech Git - papier-crayon.git/blob - source/conf.py
1 # Configuration file for the Sphinx documentation builder.
3 # For the full list of built-in configuration values, see the documentation:
4 # https://www.sphinx-doc.org/en/master/usage/configuration.html
6 # -- Project information -----------------------------------------------------
7 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
9 project
= 'papier-crayon'
10 copyright
= '2024, M. Le Meur'
14 # -- General configuration ---------------------------------------------------
15 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
17 extensions
= ['myst_parser']
20 '.rst': 'restructuredtext',
21 '.txt': 'restructuredtext',
26 templates_path
= ['_templates']
31 # -- Options for HTML output -------------------------------------------------
32 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
34 html_theme
= 'alabaster'
35 html_static_path
= ['_static']