diff --git a/docs/requirements.txt b/docs/requirements.txt index 73abe83f..d6e65535 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,5 @@ furo myst-parser == 0.15.1 sphinx == 4.0.2 sphinx_inline_tabs -sphinx_copybutton \ No newline at end of file +sphinx_copybutton +linkify-it-py \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 5831fcdb..09c44b8f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -68,6 +68,8 @@ extensions = [ "sphinx_inline_tabs", ] +myst_enable_extensions = ['linkify',] + # 'sphinxcontrib.katex', # 'sphinx.ext.autosectionlabel', diff --git a/docs/source/index.md b/docs/source/index.md index 001265fa..77d198c0 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -44,6 +44,7 @@ :caption: `tts` Models models/glow_tts.md + models/vits.md .. toctree:: :maxdepth: 2