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 c839d51 commit 1a11b2fCopy full SHA for 1a11b2f
doc/source/conf.py
@@ -26,10 +26,10 @@
26
import os
27
import re
28
29
+import ansys.tools.visualization_interface as viz_interface
30
from ansys_sphinx_theme import ansys_favicon, pyansys_logo_white
31
import pyvista as pv
32
from pyvista.plotting.utilities.sphinx_gallery import DynamicScraper
-import ansys.tools.visualization_interface as viz_interface
33
34
# Env vars
35
os.environ["DOC_BUILD"] = "true"
@@ -182,7 +182,10 @@ def examples_gallery_dirs_and_filename_pattern():
182
"remove_config_comments": True,
183
"default_thumb_file": pyansys_logo_white,
184
"show_signature": False,
185
- "image_scrapers": (DynamicScraper(), "matplotlib", ),
+ "image_scrapers": (
186
+ DynamicScraper(),
187
+ "matplotlib",
188
+ ),
189
}
190
191
0 commit comments