We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0042c commit 99e421cCopy full SHA for 99e421c
docs/source/conf.py
@@ -51,7 +51,7 @@
51
"sphinx.ext.mathjax",
52
"sphinx.ext.viewcode",
53
"sphinx.ext.napoleon",
54
- "jupyter_sphinx.execute",
+ "jupyter_sphinx",
55
"sphinx_fontawesome",
56
"m2r2",
57
]
@@ -142,7 +142,10 @@
142
"loky": ("https://loky.readthedocs.io/en/stable/", None),
143
}
144
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
+]
149
html_logo = "logo_docs.png"
150
151
0 commit comments