From 785451c9b12ea613aed774b5cd3e0d1c6156fa2a Mon Sep 17 00:00:00 2001 From: Georges Da Costa <dacosta@irit.fr> Date: Sun, 29 May 2022 22:00:39 +0200 Subject: [PATCH] Updates the name for RTD --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f93d09f..83e69f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,12 +16,12 @@ sys.path.insert(0, os.path.abspath('../')) # -- Project information ----------------------------------------------------- -project = 'a' -copyright = '2022, a' -author = 'a' +project = 'Expetator' +copyright = '2022, Georges Da Costa' +author = 'Georges Da Costa' # The full version, including alpha/beta/rc tags -release = 'a' +release = '1.0.0' # -- General configuration --------------------------------------------------- -- GitLab