Skip to content
Merged
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/source/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
errors.txt
sg_execution_times.rst
7 changes: 7 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,13 @@
("py:class", r"ansys\.acp.core\..*\.MeshDataT"),
("py:class", r"ansys\.acp.core\..*\.ScalarDataT"),
]

# The 'sphinx_gallery_conf' configuration value is not picklable, which makes
# the configuration cache fail.
# It should be possible to remove this when https://github.com/sphinx-gallery/sphinx-gallery/issues/1286
# is resolved.
suppress_warnings = ["config.cache"]

# sphinx_autodoc_typehints configuration
typehints_defaults = "comma"
simplify_optional_unions = True
Expand Down
Loading