diff --git a/docs/source/conf.py b/docs/source/conf.py index 5e5eef9..c6758dd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -108,6 +108,10 @@ add_module_names = False +suppress_warnings = [ + 'autosummary.import_cycle', +] + # -- Options for HTML output --------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for