Skip to content

Commit

Permalink
ignore cache warnings in sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Apr 22, 2024
1 parent 2259bed commit c97311c
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 c97311c

Please sign in to comment.