From 07ebf37995321ba958551ceb53d558b651ef909a Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Fri, 4 Oct 2024 13:24:39 -0400 Subject: [PATCH] doc: silence all warnings related to Sphinx 9.0 deprecations Signed-off-by: Simon Deziel --- doc/custom_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/custom_conf.py b/doc/custom_conf.py index 3a642a373136..794f1c8ec117 100644 --- a/doc/custom_conf.py +++ b/doc/custom_conf.py @@ -8,7 +8,7 @@ # XXX: workaround for https://github.com/executablebooks/sphinx-tabs/issues/197 import warnings -warnings.filterwarnings("ignore", message='The str interface for _JavaScript objects is deprecated. Use js.filename instead.') +warnings.filterwarnings("ignore", message='RemovedInSphinx90Warning: ') # Custom configuration for the Sphinx documentation builder. # All configuration specific to your project should be done in this file.