From 7289c4c31bb4351114373ba28200a3429565052b Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Tue, 12 Dec 2023 19:51:03 +0100 Subject: [PATCH 1/2] updated information --- docs/source/conf.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9d852f2bd..e464a07f3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,9 +18,10 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "FESTIM" -copyright = "2022, Remi Delaporte-Mathurin" -author = "Remi Delaporte-Mathurin" -release = "v0.10.2" +copyright = "2022-2023, FESTIM contributors" +author = "FESTIM-dev" +release = "1.0.0" +version = "1.0" # -- General configuration --------------------------------------------------- @@ -72,7 +73,7 @@ html_css_files = ["style.css"] html_theme_options = { - "repository_url": "https://github.com/RemDelaporteMathurin/FESTIM", + "repository_url": "https://github.com/festim-dev/FESTIM", "use_repository_button": True, "use_edit_page_button": True, "repository_branch": "main", From bb1fd54f764fb98756ef44c5bd086209e42b8150 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Tue, 12 Dec 2023 19:53:47 +0100 Subject: [PATCH 2/2] html title --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e464a07f3..7920bb414 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -80,4 +80,4 @@ "path_to_docs": "./docs/source", } -html_title = "FESTIM" +html_title = "FESTIM Documentation"