diff options
| -rw-r--r-- | docs/images/logo.png | bin | 0 -> 5352 bytes | |||
| -rw-r--r-- | docs/source/conf.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/images/logo.png b/docs/images/logo.png Binary files differnew file mode 100644 index 00000000..b7ef2b57 --- /dev/null +++ b/docs/images/logo.png diff --git a/docs/source/conf.py b/docs/source/conf.py index 1d893e9c..243c93b7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -156,7 +156,7 @@ html_theme_options = { # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '../../media/logo.png' +html_logo = '../images/logo.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 |
