From 44f5b576465ed78a0acd9fa46396b33e2d70a8bc Mon Sep 17 00:00:00 2001 From: parhambarazesh Date: Tue, 29 Apr 2025 10:29:34 +0200 Subject: [PATCH 1/2] Revert copyright information and footer items in conf.py --- conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 1a3519b976..0fde3a4e68 100755 --- a/conf.py +++ b/conf.py @@ -67,6 +67,7 @@ # General information about the project. project = 'Sesam' +copyright = '2023 Sesam.io AS' author = 'The Sesam Team' # The version info for the project you're documenting, acts as replacement for @@ -137,7 +138,7 @@ # further. For a list of options available for each theme, see the # documentation. html_theme_options = { - "footer_items": ["left-sidebar-bottom.html", "iso.html" ], + "footer_items": ["left-sidebar-bottom.html", "copyright.html", "iso.html" ], "navbar_end": "right-menu.html", 'navigation_depth': 5, "navbar_end": "right-menu.html", @@ -215,7 +216,7 @@ html_show_sphinx = False # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -html_show_copyright = False +# html_show_copyright = True # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the From d9e6e6d475e540e581f9762b4e6810f309458bb6 Mon Sep 17 00:00:00 2001 From: parhambarazesh Date: Tue, 29 Apr 2025 10:40:49 +0200 Subject: [PATCH 2/2] Update copyright notice footer in conf.py --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 0fde3a4e68..f9ad9cef8f 100755 --- a/conf.py +++ b/conf.py @@ -67,7 +67,7 @@ # General information about the project. project = 'Sesam' -copyright = '2023 Sesam.io AS' +copyright = '2025 Bouvet ASA' author = 'The Sesam Team' # The version info for the project you're documenting, acts as replacement for