From 7a374043cfa913bbbe788cf5324f935264b8d2e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 9 Aug 2021 14:49:03 +0000 Subject: [PATCH] Add `linkify` to docs extensions --- docs/requirements.txt | 3 ++- docs/source/conf.py | 2 ++ docs/source/index.md | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) 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