update doc

This commit is contained in:
chenfeiyu 2021-05-07 16:12:55 +08:00
parent b9aa61b5eb
commit 664fc20c0a
2 changed files with 2 additions and 8 deletions

View File

@ -28,13 +28,6 @@ parakeet.models.waveflow module
:undoc-members:
:show-inheritance:
parakeet.models.wavenet module
------------------------------
.. automodule:: parakeet.models.wavenet
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------

View File

@ -69,7 +69,8 @@ setup_info = dict(
'yacs',
'visualdl',
'pypinyin',
'webrtcvad'
'webrtcvad',
'g2pM'
],
extras_require={
'doc': ["sphinx", "sphinx-rtd-theme", "numpydoc"],