From b58549f155069c24db8fd25700697fa65272377c Mon Sep 17 00:00:00 2001 From: ptresson <paul.tresson@ird.fr> Date: Wed, 4 Sep 2024 09:37:49 +0200 Subject: [PATCH] fix typo, update doc theme --- docs/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 17e781e..352f564 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 = [] -- GitLab