diff options
| author | Tres Seaver <tseaver@palladion.com> | 2008-10-17 14:48:22 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2008-10-17 14:48:22 +0000 |
| commit | 26920183eb81845311e232d8238509e2c42ae1a9 (patch) | |
| tree | cd978ad98188acee99ebadecfee7b23f99d359d2 /docs | |
| parent | 9d8a5890de8a4a55f97d815d0a24536ddf52aa2a (diff) | |
| download | pyramid-26920183eb81845311e232d8238509e2c42ae1a9.tar.gz pyramid-26920183eb81845311e232d8238509e2c42ae1a9.tar.bz2 pyramid-26920183eb81845311e232d8238509e2c42ae1a9.zip | |
Include logo in sphinx docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.static/logo_hi.gif | bin | 0 -> 4094 bytes | |||
| -rw-r--r-- | docs/conf.py | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/.static/logo_hi.gif b/docs/.static/logo_hi.gif Binary files differnew file mode 100644 index 000000000..cb2a6aa59 --- /dev/null +++ b/docs/.static/logo_hi.gif diff --git a/docs/conf.py b/docs/conf.py index 92184b267..4bb573149 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -103,7 +103,7 @@ html_style = 'default.css' # The name of an image file (within the static path) to place at the top of # the sidebar. -#html_logo = None +html_logo = '.static/logo_hi.gif' # 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 @@ -171,7 +171,7 @@ latex_documents = [ # The name of an image file (relative to this directory) to place at the top of # the title page. -#latex_logo = None +latex_logo = '.static/logo_hi.gif' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. |
