From 04da30b7fe473080591f24f376014f67e2cfa957 Mon Sep 17 00:00:00 2001 From: Winter-Soren Date: Sun, 4 May 2025 18:02:03 +0530 Subject: [PATCH] refractor: remove suppress warning in conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c0ea1000..6d18b63f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -338,4 +338,4 @@ todo_include_todos = True # Allow duplicate object descriptions nitpicky = False -nitpick_ignore = [("py:class", "type")] +nitpick_ignore = [("py:class", "type")] \ No newline at end of file