mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 15:33:49 +00:00
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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user