launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28436
[Merge] ~lgp171188/launchpad:launchpad-logo-update-docs into launchpad:master
Guruprasad has proposed merging ~lgp171188/launchpad:launchpad-logo-update-docs into launchpad:master.
Commit message:
Add the new Launchpad logo and favicon to the docs
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/421962
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/launchpad:launchpad-logo-update-docs into launchpad:master.
diff --git a/doc/conf.py b/doc/conf.py
index 7086c62..53e3ffd 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -108,12 +108,12 @@ html_theme = 'alabaster'
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
-#html_logo = None
+html_logo = 'images/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
# pixels large.
-#html_favicon = None
+html_favicon = 'images/favicon.png'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
diff --git a/doc/images/favicon.png b/doc/images/favicon.png
new file mode 100644
index 0000000..683c77f
Binary files /dev/null and b/doc/images/favicon.png differ
diff --git a/doc/images/logo.png b/doc/images/logo.png
new file mode 100644
index 0000000..fb0f9c8
Binary files /dev/null and b/doc/images/logo.png differ
Follow ups