summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2008-10-17 14:48:22 +0000
committerTres Seaver <tseaver@palladion.com>2008-10-17 14:48:22 +0000
commit26920183eb81845311e232d8238509e2c42ae1a9 (patch)
treecd978ad98188acee99ebadecfee7b23f99d359d2 /docs
parent9d8a5890de8a4a55f97d815d0a24536ddf52aa2a (diff)
downloadpyramid-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.gifbin0 -> 4094 bytes
-rw-r--r--docs/conf.py4
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/.static/logo_hi.gif b/docs/.static/logo_hi.gif
new file mode 100644
index 000000000..cb2a6aa59
--- /dev/null
+++ b/docs/.static/logo_hi.gif
Binary files differ
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.