mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Added logo to docs
This commit is contained in:
BIN
docs/source/_static/logo.png
Normal file
BIN
docs/source/_static/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
3
docs/source/_templates/sidebarlogo.html
Normal file
3
docs/source/_templates/sidebarlogo.html
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<p class="logo"><a href="{{ pathto(master_doc) }}">
|
||||||
|
<img class="logo" src="{{ pathto('_static/logo.png', 1) }}" alt="Logo"/>
|
||||||
|
</a></p>
|
||||||
@@ -4,6 +4,6 @@ stylesheet = flasky.css
|
|||||||
pygments_style = flask_theme_support.FlaskyStyle
|
pygments_style = flask_theme_support.FlaskyStyle
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
index_logo = ''
|
index_logo =
|
||||||
index_logo_height = 120px
|
index_logo_height = 120px
|
||||||
touch_icon =
|
touch_icon =
|
||||||
|
|||||||
@@ -139,7 +139,10 @@ html_static_path = ['_static']
|
|||||||
#html_use_smartypants = True
|
#html_use_smartypants = True
|
||||||
|
|
||||||
# Custom sidebar templates, maps document names to template names.
|
# Custom sidebar templates, maps document names to template names.
|
||||||
#html_sidebars = {}
|
html_sidebars = {
|
||||||
|
'**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
|
||||||
|
'sourcelink.html', 'searchbox.html']
|
||||||
|
}
|
||||||
|
|
||||||
# Additional templates that should be rendered to pages, maps page names to
|
# Additional templates that should be rendered to pages, maps page names to
|
||||||
# template names.
|
# template names.
|
||||||
|
|||||||
Reference in New Issue
Block a user