Add logo and wordmark to docs [skip ci]
This commit is contained in:
parent
6635668eb3
commit
083a9e1ecc
|
@ -136,6 +136,12 @@ add_module_names = False
|
|||
#
|
||||
html_theme = "furo"
|
||||
|
||||
html_theme_options = {
|
||||
"light_logo": "coqui-STT-circle.png",
|
||||
"dark_logo": "coqui-STT-circle.png",
|
||||
"sidebar_hide_name": True,
|
||||
}
|
||||
|
||||
html_css_files = [
|
||||
"custom.css",
|
||||
]
|
||||
|
|
|
@ -3,8 +3,9 @@
|
|||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Coqui STT
|
||||
=========
|
||||
.. image:: https://raw.githubusercontent.com/coqui-ai/STT/main/images/coqui-STT-logo-green.png
|
||||
:alt: Coqui STT logo and wordmark
|
||||
:height: 155
|
||||
|
||||
**Coqui STT** (🐸STT) is an open-source deep-learning toolkit for training and deploying speech-to-text models.
|
||||
|
||||
|
|
Loading…
Reference in New Issue