We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e973ab commit d89ae58Copy full SHA for d89ae58
docs/conf.py
@@ -17,6 +17,9 @@
17
18
from intersphinx_registry import get_intersphinx_mapping
19
20
+import warnings
21
+warnings.filterwarnings("ignore", message="Cannot resolve forward reference.*InteractiveShell")
22
+
23
# If extensions (or modules to document with autodoc) are in another directory,
24
# add these directories to sys.path here. If the directory is relative to the
25
# documentation root, use os.path.abspath to make it absolute, like shown here.
@@ -291,8 +294,6 @@
291
294
),
292
295
]
293
296
-suppress_warnings = ["autodoc.resolve_forward_ref"]
-
297
# Documents to append as an appendix to all manuals.
298
# texinfo_appendices = []
299
0 commit comments