mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[doc] conf: Remove text under logo
This commit is contained in:
parent
5cb40875a2
commit
940269c220
15
doc/conf.py
15
doc/conf.py
@ -51,11 +51,22 @@ master_doc = 'index'
|
|||||||
#
|
#
|
||||||
html_theme = 'alabaster'
|
html_theme = 'alabaster'
|
||||||
|
|
||||||
html_logo = '../resources/icon-128x128.png'
|
html_theme_options = {
|
||||||
|
'logo': 'icon-128x128.png',
|
||||||
|
}
|
||||||
|
|
||||||
|
html_sidebars = {
|
||||||
|
'**': [
|
||||||
|
'about.html',
|
||||||
|
'navigation.html',
|
||||||
|
'relations.html',
|
||||||
|
'searchbox.html',
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
html_favicon = '../resources/icon.ico'
|
html_favicon = '../resources/icon.ico'
|
||||||
|
|
||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# Add any paths that contain custom static files (such as style sheets) here,
|
||||||
# relative to this directory. They are copied after the builtin static files,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
# 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 = ['../resources/icon-128x128.png']
|
||||||
|
Loading…
Reference in New Issue
Block a user