Skip to content

Commit 99e421c

Browse files
committed
add BokehJS and fix jupyter_sphinx warning
1 parent 6c0042c commit 99e421c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/source/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"sphinx.ext.mathjax",
5252
"sphinx.ext.viewcode",
5353
"sphinx.ext.napoleon",
54-
"jupyter_sphinx.execute",
54+
"jupyter_sphinx",
5555
"sphinx_fontawesome",
5656
"m2r2",
5757
]
@@ -142,7 +142,10 @@
142142
"loky": ("https://loky.readthedocs.io/en/stable/", None),
143143
}
144144

145-
145+
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",
148+
]
146149
html_logo = "logo_docs.png"
147150

148151

0 commit comments

Comments
 (0)