diff --git a/doc/source/_static/thumbnails/icepak_graphic_card_example.png b/doc/source/_static/thumbnails/icepak_graphic_card_example.png new file mode 100644 index 00000000000..09e78af6159 Binary files /dev/null and b/doc/source/_static/thumbnails/icepak_graphic_card_example.png differ diff --git a/doc/source/conf.py b/doc/source/conf.py index 712bb1f6c96..c99f4bb7218 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -305,6 +305,7 @@ def setup(app): "image_scrapers": ("pyvista", "matplotlib"), "ignore_pattern": r"flycheck.*", "thumbnail_size": (350, 350), + 'remove_config_comments': True, } if not use_gif: gif_ignore_pattern = r"|.*Maxwell2D_Transient\.py|.*Maxwell2D_DCConduction\.py|.*Hfss_Icepak_Coupling\.py|.*SBR_Time_Plot\.py" diff --git a/examples/04-Icepak/Icepak_Example.py b/examples/04-Icepak/Icepak_Example.py index 08f17a6f170..e58d193ab9a 100644 --- a/examples/04-Icepak/Icepak_Example.py +++ b/examples/04-Icepak/Icepak_Example.py @@ -4,6 +4,8 @@ This example shows how you can use PyAEDT to create a graphic card setup in Icepak and postprocess results. The example file is an Icepak project with a model that is already created and has materials assigned. """ +# sphinx_gallery_thumbnail_path = '_static/thumbnails/icepak_graphic_card_example.png' + ############################################################################### # Perform required imports # ~~~~~~~~~~~~~~~~~~~~~~~~