From fea79f07fd16cac62095be082ae474e0c89901d8 Mon Sep 17 00:00:00 2001 From: Agisilaos Kounelis Date: Thu, 6 Feb 2025 21:34:27 +0200 Subject: [PATCH] Reduce changes --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index c4746ab89b..d2c24234dc 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -7,8 +7,8 @@ import os import sys from os.path import abspath, dirname, join -from importlib.metadata import version as get_version import sphinx_rtd_theme +from importlib.metadata import version as get_version sys.path.insert(0, abspath(join(dirname(__file__)))) @@ -103,8 +103,8 @@ # -- Options for HTML output ------------------------------------------------- -html_title = "TileDB Python API Reference — TileDB-Py %s documentation" % version html_static_path = ["_static"] +html_title = "TileDB Python API Reference — TileDB-Py %s documentation" % version html_logo = "_static/tiledb-logo_color_no_margin_@4x.png" html_favicon = "_static/favicon.ico"