diff --git a/doc/conf.py b/doc/conf.py index 9c668c74..27fa54e2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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", ] diff --git a/doc/index.rst b/doc/index.rst index 7fbfe0a3..0cfab4fc 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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.