We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
autosummary.import_cycle
1 parent f18c52c commit e0181a1Copy full SHA for e0181a1
docs/source/conf.py
@@ -37,6 +37,14 @@
37
"sphinxcontrib.prettyspecialmethods",
38
]
39
40
+# -- Warnings ----------------------------------------------------------------
41
+suppress_warnings = [
42
+ # `autosummary` issues a plethora of this warning.
43
+ # See https://github.com/sphinx-doc/sphinx/issues/12589.
44
+ # NOTE: Check back later.
45
+ 'autosummary.import_cycle',
46
+]
47
+
48
# -- Options for HTML output -------------------------------------------------
49
html_theme = "furo"
50
html_logo = "resources/logo.png"
0 commit comments