Skip to content

Commit

Permalink
ignore sphinx warning for gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter committed May 4, 2024
1 parent 96cb2cf commit 38a9ec0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@
nitpicky = True
nitpick_ignore = []

show_warning_types = True
suppress_warnings = [
# Ignore new warning in Sphinx 7.3.0 while pickling environment:
# WARNING: cannot cache unpickable configuration value: 'sphinx_gallery_conf'
"config.cache",
]

# A list of ignored prefixes for module index sorting.
modindex_common_prefix = [f"{package}."]

Expand Down

0 comments on commit 38a9ec0

Please sign in to comment.