From 1fc1aa6ca180d9ed33e3b76034d16f03426d17e4 Mon Sep 17 00:00:00 2001 From: oepen Date: Fri, 14 Oct 2011 11:19:17 +0000 Subject: [PATCH] Changed favicon git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@555 96b47cad-a561-4643-ad3b-153ac7d7599c --- doc/_static/chip.png | Bin 0 -> 1234 bytes doc/conf.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 doc/_static/chip.png diff --git a/doc/_static/chip.png b/doc/_static/chip.png new file mode 100644 index 0000000000000000000000000000000000000000..29884a84fc2467fd0142607d9425e874831dd482 GIT binary patch literal 1234 zcmV;@1TFiCP)I!0dg0}&=Weo084rnV# z00;o_6$tK990+KwF_^_cpb9`rNk>NqmSy3>=My>*kSY+6sx&BbYf6Of?mq9obm_7L zsIRZlM~{A$nV!}nl~TS;M#*ee$y`ng*GDWCqqDOUr4;#C2Z2sEfezQOsi}$GyLU62 zjL@4m`?GIuDb0vESF^Zy@oEVm0V*m?y{ow)>(wg-e?CeFhKI9$rL@?(bt?k{16;Xs z#Wm>wI;9Z80yetR*49=4LLtLx*k;;WtogxT1X6&&V0kl|RCg=v~zb)x{ffdc@+V35knN`ydr zt@0bS;5(5>h{?$$?zjybUe~jF#6OJ#P)aj4Hby#~c17O-{Km@d{$jc&fy%`va@nv^ z08_wPfR>j1YWt4&99gvMPM!L3O*}pVz@9xHtEP{3IId0<*`7Snvu1cW4#3{MyHs=Y z&Ka-1w|Af<9KIm)?34kNy2^d~Kb&c4*_oyYJv|pn;_(pyP*+!-JA8Ow>fe6phwsmq z3=hWzKyB^2xdR73E$~-XR!%s4!JlV?lKfc)Shp_t%Da9stbfh)#*l_rIXXHnhK3&d zwALtvKr58i%*@R2GO+E`Jb!TljS67eG)zxDzWFr?+t^`&+ zfr2GCd-iyyvGIKeA(0X-gg{EEKWT0^@85s0cF@fa>aMPMbK7pvd?C7vcJzZj~w|%+`M_y72lD-HJ6J< zqfAdLaW9$*7H`B?f!1&@nhH)&D-n%Gy{c;xxbAYcZ4-;dNG2WQ&TYFamCC*HP5JzJ zPTsj~mnD;q5sSsJZQHB9F16M%W*Y?n!r?Fg$)scS_u1y7SUT`Bv!N6W4W$G9eb361 zNyqT|&Lgh1j=5*D3pfD~iA1QWsc{<QVD2I*1x8r8$LI)9`u}N8SF=6;8$v3x+-0b4`Tzg`07*qoM6N<$g1$pOqyPW_ literal 0 HcmV?d00001 diff --git a/doc/conf.py b/doc/conf.py index 21c4180..c100a7a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -115,7 +115,7 @@ html_logo = "vscard-logo_128.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 # pixels large. -html_favicon = "vscard-logo_128.png" +html_favicon = "chip.png" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,