Doc update (#889)

* Link source files from the docs

* Update glowTTS recipes for docs

* Add dataset downloaders
This commit is contained in:
Eren Gölge
2021-10-26 17:41:33 +02:00
committed by GitHub
parent 0cac3f330a
commit 035ed432bc
8 changed files with 295 additions and 266 deletions
+11 -14
View File
@@ -39,20 +39,6 @@ master_doc = "index"
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'TODO/*']
source_suffix = [".rst", ".md"]
# extensions
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
@@ -68,6 +54,17 @@ extensions = [
"sphinx_inline_tabs",
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'TODO/*']
source_suffix = [".rst", ".md"]
myst_enable_extensions = ['linkify',]
# 'sphinxcontrib.katex',