Skip to content

Commit 7e973ab

Browse files
committed
try supress warnings
1 parent 6a5d358 commit 7e973ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,7 @@
291291
),
292292
]
293293

294-
nitpick_ignore = [
295-
("py:class", "InteractiveShell"),
296-
]
294+
suppress_warnings = ["autodoc.resolve_forward_ref"]
297295

298296
# Documents to append as an appendix to all manuals.
299297
# texinfo_appendices = []

0 commit comments

Comments
 (0)