Skip to content

Commit

Permalink
Suppress warning from new sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Meisel authored and bilke committed Apr 25, 2024
1 parent 7e6b7f2 commit 9964199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
sphinx_gallery_conf["ignore_pattern"] = r".*feflowlib/.*"


suppress_warnings = ["config.cache"]


# Suppress sphinx warning for multiple documents generated by sphinx-gallery
# May break myst-nb?
def setup(app):
Expand Down

0 comments on commit 9964199

Please sign in to comment.