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
8 changes: 2 additions & 6 deletions conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (C) Bouvet ASA - All Rights Reserved.
# Unauthorized copying of this file, via any medium is strictly prohibited.
import json
import os
import sys
Expand Down Expand Up @@ -70,7 +67,6 @@

# 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
Expand Down Expand Up @@ -141,7 +137,7 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
"footer_items": ["left-sidebar-bottom.html", "copyright.html", "iso.html" ],
"footer_items": ["left-sidebar-bottom.html", "iso.html" ],
"navbar_end": "right-menu.html",
'navigation_depth': 5,
"navbar_end": "right-menu.html",
Expand Down Expand Up @@ -219,7 +215,7 @@
html_show_sphinx = False

# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
#html_show_copyright = True
html_show_copyright = False

# 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