From 8d98e93c27076a05d52e1718dbb70a4bc3ed9cf4 Mon Sep 17 00:00:00 2001 From: Winter-Soren Date: Sun, 4 May 2025 18:01:10 +0530 Subject: [PATCH] refractor: remove suppress warning in conf.py --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c68c2e80..c0ea1000 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -339,4 +339,3 @@ todo_include_todos = True # Allow duplicate object descriptions nitpicky = False nitpick_ignore = [("py:class", "type")] -suppress_warnings = ["app.add_directive"] \ No newline at end of file