update documentation

This commit is contained in:
Konstantin Lampalzer 2022-10-13 00:55:54 +02:00
parent af3aaf7998
commit f6e45ac25d
2 changed files with 5 additions and 2 deletions

View file

@ -59,5 +59,10 @@ html_theme = 'sphinx_rtd_theme'
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] html_static_path = ['_static']
html_logo = "images/compair-logo-white.svg"
html_theme_options = {
'logo_only': True,
'display_version': False,
}
language = "de" language = "de"

View file

@ -1,5 +1,3 @@
.. image:: images/compair-logo-white.svg
Dokumentation des Roboters Dokumentation des Roboters
########################## ##########################