summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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.