mirror of https://github.com/coqui-ai/TTS.git
Add `linkify` to docs extensions
This commit is contained in:
parent
6a7275881d
commit
7a374043cf
docs
|
@ -2,4 +2,5 @@ furo
|
||||||
myst-parser == 0.15.1
|
myst-parser == 0.15.1
|
||||||
sphinx == 4.0.2
|
sphinx == 4.0.2
|
||||||
sphinx_inline_tabs
|
sphinx_inline_tabs
|
||||||
sphinx_copybutton
|
sphinx_copybutton
|
||||||
|
linkify-it-py
|
|
@ -68,6 +68,8 @@ extensions = [
|
||||||
"sphinx_inline_tabs",
|
"sphinx_inline_tabs",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
myst_enable_extensions = ['linkify',]
|
||||||
|
|
||||||
# 'sphinxcontrib.katex',
|
# 'sphinxcontrib.katex',
|
||||||
# 'sphinx.ext.autosectionlabel',
|
# 'sphinx.ext.autosectionlabel',
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
:caption: `tts` Models
|
:caption: `tts` Models
|
||||||
|
|
||||||
models/glow_tts.md
|
models/glow_tts.md
|
||||||
|
models/vits.md
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
Loading…
Reference in New Issue