Closed tand826 closed 4 years ago
for building the documentation with sphinx, i needed to enable installation with conda.
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.
https://readthedocs.org/