[to #43115513] requirements refine and preparation for v0.3 release

*  remove tensorflow numpy from audio requirements
*  add audio requirements to all
* auto set model to eval model for pipeline
*  add audio requirement check hint for easyasr and kwsbp
*  fix docs build error

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9561021
This commit is contained in:
wenmeng.zwm
2022-07-28 22:04:18 +08:00
parent ae55e5bd73
commit 590d531484
8 changed files with 18 additions and 14 deletions

View File

@@ -13,7 +13,7 @@
import os
import sys
import sphinx_rtd_theme
import sphinx_book_theme
sys.path.insert(0, os.path.abspath('../../'))
# -- Project information -----------------------------------------------------
@@ -77,7 +77,7 @@ exclude_patterns = ['build', 'Thumbs.db', '.DS_Store']
# a list of builtin themes.
#
html_theme = 'sphinx_book_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_path = [sphinx_book_theme.get_html_theme_path()]
html_theme_options = {}
# Add any paths that contain custom static files (such as style sheets) here,