diff options
-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 |