diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-01-06 19:56:50 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-01-06 19:56:50 +0100 |
commit | b957cba0cb9b6de33f9d50001a381ea94d9de57a (patch) | |
tree | 8f1167e887f0331c74974bf5cd5e257e2b83f154 /docs/source/conf.py | |
parent | 7646e695bfbfc403deecdf3068abd3b453d6fef0 (diff) | |
download | mediagoblin-b957cba0cb9b6de33f9d50001a381ea94d9de57a.tar.lz mediagoblin-b957cba0cb9b6de33f9d50001a381ea94d9de57a.tar.xz mediagoblin-b957cba0cb9b6de33f9d50001a381ea94d9de57a.zip |
First push with new style (includes css file, logo image, fonts)
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 dce254a1..3014e592 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -111,7 +111,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 = None +html_logo = '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 |