From 3d14fc72ece78e70c65e97a7e83f59dc4104b1cb Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Sat, 13 May 2017 12:49:58 +0200 Subject: [PATCH 1/3] SVG version of the logo --- docs/_static/logo.svg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/_static/logo.svg diff --git a/docs/_static/logo.svg b/docs/_static/logo.svg new file mode 100644 index 000000000..5f9c5a197 --- /dev/null +++ b/docs/_static/logo.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + From 8c637da38110a961ec5c6aec9dd7dc6cca9c59f5 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Sat, 13 May 2017 13:05:18 +0200 Subject: [PATCH 2/3] PDF version of the logo --- docs/_static/logo.pdf | Bin 0 -> 1199 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/_static/logo.pdf diff --git a/docs/_static/logo.pdf b/docs/_static/logo.pdf new file mode 100644 index 0000000000000000000000000000000000000000..56a5a1b451c09a02c7fe5fa314a2d912c6733ec8 GIT binary patch literal 1199 zcmY!laBQybzL#B9j3=eKBG;{?^pi^dg9(-qsFF#Ori zRrzLP45usKk-O7wtyQgI?cwOy%BkKdvETmjZT4g5<#(Tukatr(QqiySdu4t9{_WZy zES5%X^p|zIv7!;IIdG+&#OpTN|oKdmq^Je-kG}lsOjO=C;G&>eGX@>1n$@P)3`Id%vSp0Xg z9xZPAeAoR7&y-2OXZ-kbqi4&*InPfy+*B9POY%Jb;Oh^Os$=i!Bsl+9Y_7Yd`z&2tR7&B}YLVzoVa_S=*s`CZ#|-5tBi&Mun}ba#Vk zn~viGrS`d*6D&(RUlt3RZ{DZBDsn%E)T_hR+l=bphOEvq3%Wb zr3FY1f|w5$g}E^pXlqeoUU31)uH;IXu%|*vQ7PCJAdff$Rk@^=WhSQvxjTWBK>VQ} zlv0l#3K~xM47(`H36s4wd87NqA8Nh*pnW?FQMF;iopH_^n*jLa~^EDbR98X6$$Eh$RO%t Date: Sat, 13 May 2017 13:19:23 +0200 Subject: [PATCH 3/3] docs: use vector logo for PDF version --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 784c40223..dc40f2a0c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -208,7 +208,7 @@ # The name of an image file (relative to this directory) to place at the top of # the title page. -latex_logo = '_static/logo.png' +latex_logo = '_static/logo.pdf' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters.