Skip to content

Commit

Permalink
Merge 26fdfd3 into 59bfab6
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Sep 15, 2020
2 parents 59bfab6 + 26fdfd3 commit eb6c696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ def ascii_bytes_from(path, *paths):
html_static_path = ["_static"]
add_module_names = False

autodoc_mock_imports = ["openslide-python", "openslide-wrapper", "openslide"]
autodoc_mock_imports = ["openslide-python", "openslide"]
master_doc = "index"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def ascii_bytes_from(path, *paths):
"Pillow",
"scikit-image",
"scipy",
"openslide-wrapper",
"openslide-python",
"typing_extensions",
]

Expand Down

0 comments on commit eb6c696

Please sign in to comment.