diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2020-04-28 13:39:03 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2020-04-28 13:39:03 +1000 |
commit | 450ebea7c74269224050bbe5d719c2ca7efd0126 (patch) | |
tree | 6c7933967a8c1a7c24d25df48a1c3e8e2c32050d /docs/source/conf.py | |
parent | 4e28403812dcc7f5fad984bd221e3d66546d47e7 (diff) | |
download | mediagoblin-450ebea7c74269224050bbe5d719c2ca7efd0126.tar.lz mediagoblin-450ebea7c74269224050bbe5d719c2ca7efd0126.tar.xz mediagoblin-450ebea7c74269224050bbe5d719c2ca7efd0126.zip |
Fix missing logo in docs.
Diffstat (limited to 'docs/source/conf.py')
-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 0f53e4cf..48f68b14 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -118,7 +118,7 @@ html_theme_path = ['themes'] # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = 'logo_docs.png' +html_logo = 'themes/mg/static/logo_docs.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 |