diff --git a/client/docs/source/conf.py b/client/docs/source/conf.py index 7e9fc73..df8f2ee 100644 --- a/client/docs/source/conf.py +++ b/client/docs/source/conf.py @@ -59,5 +59,10 @@ html_theme = 'sphinx_rtd_theme' # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +html_logo = "images/compair-logo-white.svg" +html_theme_options = { + 'logo_only': True, + 'display_version': False, +} language = "de" diff --git a/client/docs/source/index.rst b/client/docs/source/index.rst index 3555c6c..f736ba8 100644 --- a/client/docs/source/index.rst +++ b/client/docs/source/index.rst @@ -1,5 +1,3 @@ -.. image:: images/compair-logo-white.svg - Dokumentation des Roboters ##########################