From 184f7629db792f620fac7c2e3ec3d59e32a53329 Mon Sep 17 00:00:00 2001 From: German Date: Fri, 26 Apr 2024 12:47:28 +0200 Subject: [PATCH] Avoiding future shinx warning --- doc/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index a596bce6ff..9dbc60782d 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -104,9 +104,8 @@ "ansys-math-core": ("https://math.docs.pyansys.com/version/stable/", None), } -suppress_warnings = ["label.*", "design.fa-build"] +suppress_warnings = ["label.*", "design.fa-build", "config.cache"] sd_fontawesome_latex = True -# supress_warnings = ["ref.option"] # Graphviz diagrams configuration graphviz_output_format = "png"