refractor: remove suppress warning in conf.py

This commit is contained in:
Winter-Soren
2025-05-04 18:01:10 +05:30
committed by Paul Robinson
parent d55c57769f
commit 8d98e93c27

View File

@ -339,4 +339,3 @@ todo_include_todos = True
# Allow duplicate object descriptions
nitpicky = False
nitpick_ignore = [("py:class", "type")]
suppress_warnings = ["app.add_directive"]