diff options
author | Damien George <damien.p.george@gmail.com> | 2014-11-02 23:45:29 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-11-02 23:45:29 +0000 |
commit | f6e825b42ebdb87ed38e8accf09a9b0098ecc3e4 (patch) | |
tree | 93ff452eeff98efc3580017d2cd9bb8b88fcf6ec /docs/conf.py | |
parent | 6e6dfdc56be2a5d6476d087043d2a4ccae139af2 (diff) |
docs: Disable logo and add spacing to top index.
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5f61b8d0b..124744d49 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -124,7 +124,7 @@ html_theme_path = ['.'] # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '../logo/trans-logo.png' +#html_logo = '../logo/trans-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 |