diff --git a/docs/source/conf.py b/docs/source/conf.py index 6f69fc4c1..4eaf1a19b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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']