Skip to content

Commit 62bfcb5

Browse files
committed
Add workaround for now
1 parent 04cebd8 commit 62bfcb5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@
124124
# If true, keep warnings as "system message" paragraphs in the built documents.
125125
# keep_warnings = False
126126

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+
127133
# If true, `todo` and `todoList` produce output, else they produce nothing.
128134
todo_include_todos = False
129135

0 commit comments

Comments
 (0)