diff --git a/README.md b/README.md index dc268fff..c92c2744 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# repo2docker +# repo2docker [![Build Status](https://travis-ci.org/jupyter/repo2docker.svg?branch=master)](https://travis-ci.org/jupyter/repo2docker) [![Documentation Status](https://readthedocs.org/projects/repo2docker/badge/?version=latest)](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 @@ - -Group.svg -Created using Figma 0.90 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 @@ + + + + Group 4 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ 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 ----------------------------------------------