Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/1399.test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Doc build
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@
# Modules for which function level galleries are created. In
"doc_module": "ansys-mechanical-core",
"image_scrapers": (DynamicScraper(), "matplotlib"),
"ignore_pattern": "flycheck*",
# Files to ignore
"ignore_pattern": "flycheck*|fracture_analysis_contact_debonding.py|harmonic_acoustics.py",
"thumbnail_size": (350, 350),
}

Expand Down
Loading