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"