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 688768f commit ced3b9fCopy full SHA for ced3b9f
docs/conf.py
@@ -89,11 +89,14 @@
89
# This can be a pure HTML (for interaction), but that tends
90
# to blow up file-sizes which isn't really suitable for
91
# RTD.
92
-plotly_renderer = "iframe_connected"
+plotly_renderer = "notebook_connected"
93
if on_rtd:
94
plotly_renderer = "png"
95
plotly_renderer = os.environ.get("_SISL_DOC_PLOTLY", plotly_renderer)
96
97
+if "iframe" in plotly_renderer:
98
+ raise RuntimeError("sisl: is not compatible with plotly renderering in iframes")
99
+
100
# Store the renderer
101
import plotly.io as pio
102
0 commit comments