diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-10-16 19:09:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-16 19:09:36 +0200 |
| commit | 117ddfdc7f4ad49648abd0e717703ad97bb4f606 (patch) | |
| tree | ae897a9e25c8ad8950525d9cbe312a5bce4133de /docs/source | |
| parent | 5a641f872bd7913143e1400be8661cc8deae72e3 (diff) | |
| parent | 9d29cd49012ac3bd3d31b7764c6549f3c3a45ba2 (diff) | |
| download | PROJ-117ddfdc7f4ad49648abd0e717703ad97bb4f606.tar.gz PROJ-117ddfdc7f4ad49648abd0e717703ad97bb4f606.zip | |
Merge pull request #1676 from OSGeo/backport-1675-to-6.2
[Backport 6.2] Use dedicated logo for website
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 010234dc..b5b1f3bc 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 |
