Skip to content

Commit

Permalink
bugfix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Brunnstroem committed Nov 6, 2024
1 parent 23c2344 commit f9aed58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f9aed58

Please sign in to comment.