Skip to content

Commit

Permalink
Reduce changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis committed Feb 6, 2025
1 parent 32a63fd commit fea79f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))))

Expand Down Expand Up @@ -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/[email protected]"
html_favicon = "_static/favicon.ico"

Expand Down

0 comments on commit fea79f0

Please sign in to comment.