Skip to content

Commit

Permalink
ignore cache warnings in sphinx (#1893)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <rly@lbl.gov>
  • Loading branch information
stephprince and rly committed Apr 25, 2024
1 parent ff1a03c commit 54b42b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ def __call__(self, filename):
nitpick_ignore = [('py:class', 'Intracomm'),
('py:class', 'BaseStorageSpec')]

suppress_warnings = ["config.cache"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down

0 comments on commit 54b42b4

Please sign in to comment.