From e41eebcce900296b2b7f75a1222633f3d70759ec Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 1 Jan 2019 11:16:14 +0100 Subject: [PATCH] Render the new logo in the documentation --- docs/source/_static/conversejs_small.png | Bin 574 -> 0 bytes docs/source/_static/logo.svg | 59 +++++++++++++++++++++++ docs/source/_templates/layout.html | 4 +- docs/source/conf.py | 2 +- 4 files changed, 61 insertions(+), 4 deletions(-) delete mode 100644 docs/source/_static/conversejs_small.png create mode 100644 docs/source/_static/logo.svg diff --git a/docs/source/_static/conversejs_small.png b/docs/source/_static/conversejs_small.png deleted file mode 100644 index 3c86868bc7a18da137b1777fb6d89234c4dcdeb4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 574 zcmV-E0>S->P)z<9I#fyr|t)@Gx^acBCd&@}SWRm)n!k+Dllf3uLoo!Gn?rPK0Mi zHjs&mbY9K{vOL0hlDvHX=arbe;|(G`Sg~g=r$)LZ5Qp$7CrBU93b*eI_?WtUTM@{x zoNt8gTgw~xUqEVojJG3@rfe-P-=__NyeMAXx>(P6(5>SUj@eE27yn#J-oh(bV*mgE M07*qoM6N<$f;gJ|KL7v# diff --git a/docs/source/_static/logo.svg b/docs/source/_static/logo.svg new file mode 100644 index 000000000..ae63132ff --- /dev/null +++ b/docs/source/_static/logo.svg @@ -0,0 +1,59 @@ + diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html index 83122d974..2793ff6d7 100644 --- a/docs/source/_templates/layout.html +++ b/docs/source/_templates/layout.html @@ -9,9 +9,7 @@ {% block footer %} {{ super() }} {% endblock %} diff --git a/docs/source/conf.py b/docs/source/conf.py index cad4e59eb..5253486a8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -102,7 +102,7 @@ html_static_path = ['_static'] # (Optional) Logo. Should be small enough to fit the navbar (ideally 24x24). # Path should be relative to the ``_static`` files directory. -html_logo = "_static/conversejs_small.png" +html_logo = "_static/logo.svg" # Theme options are theme-specific and customize the look and feel of a # theme further.