diff --git a/README.md b/README.md
index dc268fff..c92c2744 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# repo2docker
+#
repo2docker
[](https://travis-ci.org/jupyter/repo2docker)
[](http://repo2docker.readthedocs.io/en/latest/?badge=latest)
diff --git a/docs/source/_static/images/logo.svg b/docs/source/_static/images/logo.svg
deleted file mode 100644
index ab255087..00000000
--- a/docs/source/_static/images/logo.svg
+++ /dev/null
@@ -1,90 +0,0 @@
-
diff --git a/docs/source/_static/images/repo2docker.png b/docs/source/_static/images/repo2docker.png
new file mode 100644
index 00000000..0b1e6939
Binary files /dev/null and b/docs/source/_static/images/repo2docker.png differ
diff --git a/docs/source/_static/images/repo2docker.sketch b/docs/source/_static/images/repo2docker.sketch
new file mode 100644
index 00000000..6c079467
Binary files /dev/null and b/docs/source/_static/images/repo2docker.sketch differ
diff --git a/docs/source/_static/images/repo2docker.svg b/docs/source/_static/images/repo2docker.svg
new file mode 100644
index 00000000..824f84df
--- /dev/null
+++ b/docs/source/_static/images/repo2docker.svg
@@ -0,0 +1,69 @@
+
+
\ No newline at end of file
diff --git a/docs/source/conf.py b/docs/source/conf.py
index dce1d5c2..db130474 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -94,8 +94,8 @@ pygments_style = 'sphinx'
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False
-# Jupyter Logo
-html_logo = '_static/images/logo.svg'
+# repo2docker Logo
+html_logo = '_static/images/repo2docker.svg'
html_favicon = '_static/images/favicon.ico'
# -- Options for HTML output ----------------------------------------------