We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fef05 commit 8a65d05Copy full SHA for 8a65d05
packages/python/plotly/plotly/io/_base_renderers.py
@@ -867,8 +867,8 @@ def render(self, fig_dict):
867
except (ValueError, ImportError):
868
raise ImportError(
869
"orca and psutil are required to use the `sphinx-gallery-orca` renderer. "
870
- "See https://plotly.com/python/static-image-export/ for instructions on"
871
- "how to install orca. Alternatively, you can use the `sphinx-gallery`"
872
- "renderer (note that png thumbnails can only be generated with"
+ "See https://plotly.com/python/static-image-export/ for instructions on "
+ "how to install orca. Alternatively, you can use the `sphinx-gallery` "
+ "renderer (note that png thumbnails can only be generated with "
873
"the `sphinx-gallery-orca` renderer)."
874
)
0 commit comments