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 cc05ceb commit 864e033Copy full SHA for 864e033
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