Skip to content

Commit

Permalink
DOC: Add thumbnails manually
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed May 7, 2024
1 parent dadf67c commit 4abe7cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions examples/04-Icepak/Icepak_Example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 4abe7cd

Please sign in to comment.