Add logo to generated documentation.

This commit is contained in:
Stefan van der Walt
2011-09-16 23:13:56 -07:00
parent 877ca68949
commit 0fd5330c18
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

+1 -1
View File
@@ -123,7 +123,7 @@ html_title = 'scikits.image v%s docs' % version
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#html_logo = None
html_logo = "scikits_image_logo_small.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
+1 -1
View File
@@ -584,7 +584,7 @@ pre {
background-color: {{ theme_codebgcolor }};
color: {{ theme_codetextcolor }};
line-height: 120%;
border: 1px solid #ac9;
border: 0px solid #ac9;
border-left: none;
border-right: none;
}