Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis committed Feb 6, 2025
1 parent b9af777 commit 118aaae
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import sys
from os.path import abspath, dirname, join
from importlib.metadata import version as get_version
import sphinx_rtd_theme

sys.path.insert(0, abspath(join(dirname(__file__))))

Expand Down Expand Up @@ -102,20 +103,11 @@

# -- Options for HTML output -------------------------------------------------

html_title = "TileDB Python API Reference — TileDB-Py %s documentation" % version
html_static_path = ["_static"]
html_logo = "_static/[email protected]"
html_favicon = "_static/favicon.ico"

# if readthedocs:
# html_theme = "default"
# else:
# import sphinx_rtd_theme
#
# html_theme = "sphinx_rtd_theme"
# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

Expand Down

0 comments on commit 118aaae

Please sign in to comment.