From f8837600af1f058869eed3e2b028c4df6316c845 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 12 Jun 2016 14:16:25 -0300 Subject: Vetorized logo --- doc/_static/banner.svg | 458 +++++++++++++++++++++++++++++++++++++++++++++++++ doc/_static/logo.png | Bin 0 -> 10323 bytes doc/conf.py | 2 +- 3 files changed, 459 insertions(+), 1 deletion(-) create mode 100644 doc/_static/banner.svg create mode 100644 doc/_static/logo.png (limited to 'doc') diff --git a/doc/_static/banner.svg b/doc/_static/banner.svg new file mode 100644 index 0000000..068faf3 --- /dev/null +++ b/doc/_static/banner.svg @@ -0,0 +1,458 @@ + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/doc/_static/logo.png b/doc/_static/logo.png new file mode 100644 index 0000000..ee1e538 Binary files /dev/null and b/doc/_static/logo.png differ diff --git a/doc/conf.py b/doc/conf.py index c0b5263..1a69e03 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -119,7 +119,7 @@ html_theme_path = ["_themes/sphinx_rtd_theme", ] # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '_static/banner.png' +html_logo = '_static/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 -- cgit v1.2.3