From f9aed589479d5fdaca89ce29d082136dfc71b028 Mon Sep 17 00:00:00 2001 From: Jesper Brunnstroem Date: Wed, 6 Nov 2024 23:53:39 +0100 Subject: [PATCH] bugfix docs --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2a40a02..0f21bcd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,7 +56,7 @@ set_type_checking_flag = True autosummary_imported_members = True -autodoc_mock_imports = ["numpy", "scipy", "matplotlib", "samplerate", "numexpr", "numba", "tensorly", "hypothesis", "pytest", "aspsim", "abc"] +autodoc_mock_imports = ["numpy", "scipy", "matplotlib", "samplerate", "numexpr", "numba", "tensorly", "hypothesis", "pytest", "aspsim", "aspcore", "abc"] # Add any paths that contain templates here, relative to this directory.