Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ rtree
prettytable
pandas
dask
sphinx<6
sphinx>6
nbsphinx
numpydoc
pydata-sphinx-theme
sphinx-copybutton
pylibtiff<=0.5.1
pyarrow
hdbscan
scikit-learn==1.2.2
notebook
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@

autodoc_typehints = 'none'

autodoc_mock_imports = ["hdbscan"]

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

Expand Down