diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-14 11:14:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-14 11:14:05 -0300 |
commit | ec8bb4848ac6dbb255a359b2975d04a7636e7597 (patch) | |
tree | e664268cf7bc2efc82880cc78d64b2cd4d272e83 /doc | |
parent | 44d93200d365e90067b941a7f9203f6c29196f85 (diff) | |
download | hydra-ec8bb4848ac6dbb255a359b2975d04a7636e7597.tar.gz hydra-ec8bb4848ac6dbb255a359b2975d04a7636e7597.tar.bz2 |
Doc logo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/_static/banner.png | bin | 0 -> 21206 bytes | |||
-rw-r--r-- | doc/conf.py | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/_static/banner.png b/doc/_static/banner.png Binary files differnew file mode 100644 index 0000000..8224d95 --- /dev/null +++ b/doc/_static/banner.png diff --git a/doc/conf.py b/doc/conf.py index a0c0d32..c0b5263 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -119,8 +119,7 @@ html_theme_path = ["_themes/sphinx_rtd_theme", ] # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None -#html_logo = '_images/banner.png' +html_logo = '_static/banner.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |