Change logo. Use png instead of svg

This commit is contained in:
Alex Root Junior 2017-08-05 05:41:21 +03:00
parent 2ac011521c
commit 297168cd3c
3 changed files with 1 additions and 2 deletions

View file

@ -96,7 +96,7 @@ html_theme = 'sphinx_rtd_theme'
#
# html_theme_options = {}
html_logo = 'static/logo.svg'
html_logo = 'static/logo.png'
# 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,
# so a file named "default.css" will overwrite the builtin "default.css".

BIN
docs/source/static/logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.9 KiB