|
|
|
@ -20,13 +20,9 @@
|
|
|
|
|
# If extensions (or modules to document with autodoc) are in another directory,
|
|
|
|
|
# add these directories to sys.path here. If the directory is relative to the
|
|
|
|
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
|
|
|
|
import os
|
|
|
|
|
import sys
|
|
|
|
|
|
|
|
|
|
import recommonmark.parser
|
|
|
|
|
import sphinx_rtd_theme
|
|
|
|
|
|
|
|
|
|
sys.path.insert(0, os.path.abspath('../..'))
|
|
|
|
|
autodoc_mock_imports = ["soundfile", "librosa"]
|
|
|
|
|
|
|
|
|
|
# -- Project information -----------------------------------------------------
|
|
|
|
|