File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 8
8
import sys
9
9
from os .path import abspath , dirname , join
10
10
from importlib .metadata import version as get_version
11
+ import sphinx_rtd_theme
11
12
12
13
sys .path .insert (0 , abspath (join (dirname (__file__ ))))
13
14
102
103
103
104
# -- Options for HTML output -------------------------------------------------
104
105
106
+ html_title = "TileDB Python API Reference — TileDB-Py %s documentation" % version
105
107
html_static_path = ["_static" ]
106
108
html_logo = "_static/[email protected] "
107
109
html_favicon = "_static/favicon.ico"
108
110
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
-
119
111
html_theme = "sphinx_rtd_theme"
120
112
html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
121
113
You can’t perform that action at this time.
0 commit comments