From 64d0c2970768d88006226d106974797b26871e89 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Tue, 1 Nov 2011 15:53:26 +0000 Subject: [PATCH] hide some stuff git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@602 96b47cad-a561-4643-ad3b-153ac7d7599c --- doc/_static/chip.ico | Bin 0 -> 4286 bytes doc/conf.py | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 doc/_static/chip.ico diff --git a/doc/_static/chip.ico b/doc/_static/chip.ico new file mode 100644 index 0000000000000000000000000000000000000000..fde43e1599915ee5d72fcf1998622c1397281472 GIT binary patch literal 4286 zcmds5Ur19?7(dxVPLPQYK`L`|riBptFn!RcL_wdFe5(YpKcfAi2Tjw|U^2up zrNH%Qe-sPcEJFw;zLljWWWAbhdUu`op3XP!cR0JbmZNRZ9lw3|e*3=P@0{=cIo};2 z$JobgCh$$%S%jPhZ{LwZ_DM7H9Qiit-G(iCFQq&VI^EWXl3DOnk0~$>_ zZ3FZDNP;$w1GEe{2DX14wbRnlXnT7*wcG6+BMyh^7#}|vb-VY+o=-{6nVG%Hni^iK zb7f^J_{OHDq|wRAeTU0+068KDZ~`~#fTp0oiGG{SMm-)+7~c7Lb#Z-NT2_^T__u+}!{!9sqL!xJh`!9sOgc9=MOIg4ZYTm5hjs~>OzH)x<9v!FeK$K~ba z)Vr{t`hrr_dE*$4q|a&roWKnlsHbUvz+3W@l&fJeL2S;T!U#z-}pi@_M0>WR zM8z6i>+0GUf79>BigixE+CwhAbiOU}7N?jKD;6~Lx_I2{a!D^&R{YbS8CJjS z%&e{M%zj>`ky|LP%j>Pl={cRA1mj7)`xQg=N!>mx|KUVQrK zFDxpG>-=ACZ4K%9;2Mio;}qS0{CQx1<_?PY67I*kr!Wp|tk|K6iJ&ll(B{wIOLcWh z*P{XX_TXRya&mL|^UqdYt=t(Nk`Z?w56dEQ^YVBs^ho#Z_MnK``g%TJrVY>ERIfjL z{T1rM=a66@tiQbffOXtzwNl-h9kHgvIu9^rW$`gW9`poZ2)%;7k1&}`)L=01JWczM z{>ztu{>vAw|4MNG8Te!WsrA4K>c7_{=;5LF1sv9YYx-??oh9-8qfL1KNN4)raSTbY xpp}mLS`AY6{)yvYV@mq__fJBM8-$$j5^@}HkNsVMApdAXKCoU*XM<^i_AgxzpPT>y literal 0 HcmV?d00001 diff --git a/doc/conf.py b/doc/conf.py index 5803aae..ab842ae 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -121,7 +121,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 = "chip.png" +html_favicon = "chip.ico" # 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, @@ -134,7 +134,7 @@ html_static_path = ['_static'] # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +html_use_smartypants = True # Custom sidebar templates, maps document names to template names. #html_sidebars = {} @@ -153,10 +153,10 @@ html_static_path = ['_static'] #html_split_index = False # If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True +html_show_sourcelink = False # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True +html_show_sphinx = False # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. #html_show_copyright = True