Skip to content

Commit

Permalink
docs: conf.py: Update autodoc_mock_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andreArtelt committed Jul 11, 2019
1 parent f63e5ac commit 59dae79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# -- General configuration ---------------------------------------------------

autodoc_mock_imports = ["torch", "tensorflow", "sklearn", "jax", "numpy"]
autodoc_mock_imports = ["torch", "tensorflow", "sklearn", "jax", "jaxlib", "numpy", "scipy", "sklearn-lvq"]

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down

0 comments on commit 59dae79

Please sign in to comment.