File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 97
97
#
98
98
on_rtd = os .environ .get ("READTHEDOCS" , None ) == "True"
99
99
100
- if not on_rtd : # only import and set the theme if we're building docs locally
101
- try :
102
- import sphinx_rtd_theme
103
-
104
- html_theme = "sphinx_rtd_theme"
105
- html_theme_path = [sphinx_rtd_theme .get_html_theme_path (), "." ]
106
- except :
107
- html_theme = "default"
108
- html_theme_path = ["." ]
109
- else :
110
- html_theme_path = ["." ]
100
+ html_theme = "sphinx_rtd_theme"
111
101
112
102
# Add any paths that contain custom static files (such as style sheets) here,
113
103
# relative to this directory. They are copied after the builtin static files,
114
104
# so a file named "default.css" will overwrite the builtin "default.css".
115
105
html_static_path = ["_static" ]
116
106
107
+ # The name of an image file (relative to this directory) to use as a favicon of
108
+ # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
109
+ # pixels large.
110
+ #
111
+ html_favicon = "_static/favicon.ico"
112
+
117
113
# Output file base name for HTML help builder.
118
- htmlhelp_basename = "AdafruitBlinkaLibrarydoc "
114
+ htmlhelp_basename = "Adafruit_blinkaDisplayioLibrarydoc "
119
115
120
116
# -- Options for LaTeX output ---------------------------------------------
121
117
You can’t perform that action at this time.
0 commit comments