diff --git a/docs/conf.py b/docs/conf.py index 13777e2..a918528 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -198,6 +198,11 @@ } +# -- Resolve sphinx 7.3.5 warnings + +suppress_warnings = ["config.cache"] + + # -- Add thumbnails images nbsphinx_thumbnails = {}