From 87f69f283cc5c5e581d939e48a946646e8fc6d14 Mon Sep 17 00:00:00 2001 From: Agisilaos Kounelis <36283973+kounelisagis@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:32:20 +0300 Subject: [PATCH] Fix wrong version number for Python API docs title (#1947) --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index f6c8e461f8..dc89f4d73e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -89,6 +89,7 @@ # -- Options for HTML output ------------------------------------------------- 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"