DOCS-106 Added Osano cookies

modified:   config/sphinx-build/__pycache__/conf.cpython-37.pyc
	modified:   config/sphinx-build/_static/_templates/theme/layout.html
	new file:   config/sphinx-build/_static/osano.js
	modified:   config/sphinx-build/conf-material/conf.py
	modified:   config/sphinx-build/conf.py
This commit is contained in:
Anastasia Alexadrova
2024-03-12 09:15:39 +01:00
parent 3eeccd7d32
commit 26553842b4
5 changed files with 16 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'Percona Toolkit'
copyright = u'2023, Percona LLC and/or its affiliates'
copyright = u'2024, Percona LLC and/or its affiliates'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -141,8 +141,10 @@ html_short_title = 'Percona Toolkit'
# Path to custom css files. These will override the default css attribute if they exist
html_css_files = [
'_static/css/material.css',
'_static/css/osano.css',
]
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
#html_last_updated_fmt = '%b %d, %Y'