diff --git a/docs/source/conf.py b/docs/source/conf.py index 17e781e62ed1ac7ccd03773372e5a92cc12654d8..352f564d5cdcd8def9bd99d1e458aae80f422806 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,14 +7,14 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'iamap' -copyright = '2024, TRESSON Paul, TULLET Hadrien, LE COZ Pierre' -author = 'TRESSON Paul, TULLET Hadrien, LE COZ Pierre' -release = '1.0.0' +copyright = '2024, TRESSON Paul, TULET Hadrien, LE COZ Pierre' +author = 'TRESSON Paul, TULET Hadrien, LE COZ Pierre' +release = '0.5.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = [] +extensions = ['sphinx_rtd_theme'] templates_path = ['_templates'] exclude_patterns = []