diff --git a/doc/conf.py b/doc/conf.py index 3f443ced03..b417b69640 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -81,6 +81,11 @@ # Show type hints in function signature AND docstring autodoc_typehints = 'both' +# See https://github.com/sphinx-doc/sphinx/issues/12589 +suppress_warnings = [ + 'autosummary.import_cycle', +] + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']