Skip to content

Commit

Permalink
Ignore warning about caching Sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed Apr 20, 2024
1 parent 020b18b commit d37a76b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ def __call__(self, block, block_vars, gallery_conf):
}
}

suppress_warnings = ["config.cache"] # Triggered by objects in sphinx_gallery_conf

# Override sphinx-gallery's method for determining which examples should be executed.
# There's really no way to achieve this with the `filename_pattern` option, and
# `ignore_pattern` excludes the example entirely.
Expand Down

0 comments on commit d37a76b

Please sign in to comment.