From 77576164aec203d467eaeb5dcccdbd7c6df56a75 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 11 Nov 2017 22:32:07 +0100 Subject: [PATCH] docs: add logo --- docs/_static/zrepl.svg | 147 +++++++++++++++++++++++++++++++++++++++++ docs/conf.py | 2 + 2 files changed, 149 insertions(+) create mode 100644 docs/_static/zrepl.svg diff --git a/docs/_static/zrepl.svg b/docs/_static/zrepl.svg new file mode 100644 index 0000000..bc3cbad --- /dev/null +++ b/docs/_static/zrepl.svg @@ -0,0 +1,147 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/conf.py b/docs/conf.py index 8f34692..4a0e97a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -99,6 +99,8 @@ html_theme = 'sphinx_rtd_theme' html_static_path = ['_static'] +html_logo = '_static/zrepl.svg' + # -- Options for HTMLHelp output ------------------------------------------ # Output file base name for HTML help builder.