Skip to content

Commit a2216e8

Browse files
committed
add bokeh js files
1 parent e3167d0 commit a2216e8

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,14 @@
143143
}
144144

145145
html_js_files = [
146-
"https://cdn.bokeh.org/bokeh/release/bokeh-2.2.1.min.js",
147-
"https://cdn.bokeh.org/bokeh/release/bokeh-widgets-2.2.1.min.js",
146+
"https://cdn.bokeh.org/bokeh/release/bokeh-2.4.0.min.js",
147+
"https://cdn.bokeh.org/bokeh/release/bokeh-widgets-2.4.0.min.js",
148+
"https://cdn.bokeh.org/bokeh/release/bokeh-tables-2.4.0.min.js",
149+
"https://cdn.bokeh.org/bokeh/release/bokeh-gl-2.4.0.min.js",
150+
"https://cdn.bokeh.org/bokeh/release/bokeh-mathjax-2.4.0.min.js",
148151
]
152+
153+
149154
html_logo = "logo_docs.png"
150155

151156

0 commit comments

Comments
 (0)