Skip to content

Commit

Permalink
suppress sphinx warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Apr 22, 2024
1 parent 01b568d commit b8d467e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
# make `filter` a cross-reference to the Python function “filter”.
default_role = "py:obj"

# list of warning types to suppress
suppress_warnings = ["config.cache"]

# -- options for HTML output -------------------------------------------------
html_theme = "pydata_sphinx_theme"
html_theme_options = {
Expand Down

0 comments on commit b8d467e

Please sign in to comment.