docu updated

This commit is contained in:
ortizcruz
2023-09-18 18:37:34 +02:00
parent e76b7b51a5
commit 125ee7c6f5
34 changed files with 332 additions and 216 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ author = 'Jacob Schmieder'
# -- General configuration ---------------------------------------------------
# Mock unavailable library modules
autodoc_mock_imports = ["dash", "torch", "pytest", "numpy", "tqdm", "pyannote", "yaml", "whisper"]
autodoc_mock_imports = ["dash", "torch", "pytest", "numpy", "tqdm", "pyannote", "yaml", "whisper", "gradio"]
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom