Skip to content

Commit

Permalink
Mock movement dependencies during docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Oct 27, 2023
1 parent 7a32c8f commit d5344eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-e .
linkify-it-py
matplotlib
myst-parser
Expand Down
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@

# Used when building API docs, put the dependencies
# of any class you are documenting here
autodoc_mock_imports = []
autodoc_mock_imports = [
"xarray", "pooch", "numpy", "pandas", "sleap_io", "h5py"
]

# Add the module path to sys.path here.
# If the directory is relative to the documentation root,
Expand Down

0 comments on commit d5344eb

Please sign in to comment.