Skip to content
Snippets Groups Projects
conf.py 1011 B
Newer Older
paul.tresson_ird.fr's avatar
paul.tresson_ird.fr committed
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'iamap'
copyright = '2024, TRESSON Paul, TULET Hadrien, LE COZ Pierre'
author = 'TRESSON Paul, TULET Hadrien, LE COZ Pierre'
release = '0.5.0'
paul.tresson_ird.fr's avatar
paul.tresson_ird.fr committed

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ['sphinx_rtd_theme']
paul.tresson_ird.fr's avatar
paul.tresson_ird.fr committed

templates_path = ['_templates']
exclude_patterns = []



# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

paul.tresson_ird.fr's avatar
paul.tresson_ird.fr committed
html_theme = 'sphinx_rtd_theme'
paul.tresson_ird.fr's avatar
paul.tresson_ird.fr committed
html_static_path = ['_static']