diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-10-16 14:02:33 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-10-16 14:02:33 +0200 |
| commit | 2f8384b771f8ee9851a2c4c53f38ee8811b1d2e7 (patch) | |
| tree | 325fe542b1b2d7f2a6722b499669b83dd13bac32 /docs/source | |
| parent | 5fbcf98c9ac6184a066d66a39d55bd3084926b2f (diff) | |
| download | PROJ-2f8384b771f8ee9851a2c4c53f38ee8811b1d2e7.tar.gz PROJ-2f8384b771f8ee9851a2c4c53f38ee8811b1d2e7.zip | |
Use dedicated logo for website
Fixes #1670
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
