Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@

# General information about the project.
project = 'Sesam'
copyright = '2025 Bouvet ASA'
author = 'The Sesam Team'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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 <link> tag referring to it. The value of this option must be the
Expand Down