Skip to content

Commit

Permalink
Adding scipy and numpy to mocked out libraries (ReadTheDocs).
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 300836596
  • Loading branch information
sschoenholz committed Mar 13, 2020
1 parent a060538 commit d3076ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,5 @@

# -- Options for intersphinx extension ---------------------------------------

autodoc_mock_imports = ["frozendict", "jax", "absl"]
autodoc_mock_imports = [
"frozendict", "jax", "absl", "numpy", "scipy"]

0 comments on commit d3076ab

Please sign in to comment.