justinsalamon / scaper

A library for soundscape synthesis and augmentation
BSD 3-Clause "New" or "Revised" License
382 stars 56 forks source link

Documentation doesn't build on RTD for core functionality #80

Closed pseeth closed 4 years ago

pseeth commented 4 years ago

Getting the following errors for building documentation.

WARNING: autodoc: failed to import module u'core' from module u'scaper'; the following exception was raised:
No module named soundfile
WARNING: autodoc: failed to import module u'core.Scaper' from module u'scaper'; the following exception was raised:
No module named soundfile
WARNING: autodoc: failed to import module u'core' from module u'scaper'; the following exception was raised:
No module named soundfile
WARNING: autodoc: failed to import module u'core.Scaper' from module u'scaper'; the following exception was raised:
No module named soundfile
/home/docs/checkouts/readthedocs.org/user_builds/scaper/checkouts/stable/docs/tutorial.rst:343: WARNING: Error in "code-block" directive:
1 argument(s) required, 0 supplied.

Self-assigning and will PR with a fix.

justinsalamon commented 4 years ago

Fixed via #81