From f6e45ac25db36f44cd718346f751262fae21f8d9 Mon Sep 17 00:00:00 2001 From: Konstantin Lampalzer Date: Thu, 13 Oct 2022 00:55:54 +0200 Subject: [PATCH] update documentation --- client/docs/source/conf.py | 5 +++++ client/docs/source/index.rst | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) 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 ##########################