Skip to content

Commit 32a63fd

Browse files
committed
cleanup
1 parent c13b9da commit 32a63fd

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

doc/source/conf.py

+2-10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import sys
99
from os.path import abspath, dirname, join
1010
from importlib.metadata import version as get_version
11+
import sphinx_rtd_theme
1112

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

@@ -102,20 +103,11 @@
102103

103104
# -- Options for HTML output -------------------------------------------------
104105

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

109-
# if readthedocs:
110-
# html_theme = "default"
111-
# else:
112-
# import sphinx_rtd_theme
113-
#
114-
# html_theme = "sphinx_rtd_theme"
115-
# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
116-
117-
import sphinx_rtd_theme
118-
119111
html_theme = "sphinx_rtd_theme"
120112
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
121113

0 commit comments

Comments
 (0)