tand826 / wsiprocess

Whole Slide Image (WSI) Processing Library for Histopathological / Cytopathological Machine Learning Tasks
Apache License 2.0
23 stars 3 forks source link

add documentation #3

Closed tand826 closed 4 years ago

tand826 commented 4 years ago

https://readthedocs.org/

tand826 commented 4 years ago

for building the documentation with sphinx, i needed to enable installation with conda.

tand826 commented 4 years ago

I need to use pip because conda takes too much memory.ref

tand826 commented 4 years ago
extensions = ['sphinx.ext.autodoc']
autodoc_mock_imports = ['pyvips']

for workaround of the problem that the build server of readthedoc cannot import pyvips without installing libvips.