update documentation
This commit is contained in:
parent
af3aaf7998
commit
f6e45ac25d
2 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
.. image:: images/compair-logo-white.svg
|
|
||||||
|
|
||||||
Dokumentation des Roboters
|
Dokumentation des Roboters
|
||||||
##########################
|
##########################
|
||||||
|
|
||||||
|
|
Reference in a new issue