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 04cebd8 commit 62bfcb5Copy full SHA for 62bfcb5
1 file changed
docs/conf.py
@@ -124,6 +124,12 @@
124
# If true, keep warnings as "system message" paragraphs in the built documents.
125
# keep_warnings = False
126
127
+suppress_warnings = [
128
+ # Remove both once fix for https://github.com/ipython/ipython/issues/15202 is released
129
+ "sphinx_autodoc_typehints.forward_reference",
130
+ "sphinx_autodoc_typehints.guarded_import",
131
+]
132
+
133
# If true, `todo` and `todoList` produce output, else they produce nothing.
134
todo_include_todos = False
135
0 commit comments