Mercurial > public > mercurial-scm > evolve
comparison docs/conf.py @ 557:41688ca951e7 stable
doc: add a logo
It's not that cute be we have one.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Tue, 11 Sep 2012 15:59:27 +0200 |
parents | 8f8a52cd0b9f |
children | 32936a9f4389 |
comparison
equal
deleted
inserted
replaced
556:c6236b19b10c | 557:41688ca951e7 |
---|---|
71 # A shorter title for the navigation bar. Default is the same as html_title. | 71 # A shorter title for the navigation bar. Default is the same as html_title. |
72 #html_short_title = None | 72 #html_short_title = None |
73 | 73 |
74 # The name of an image file (within the static path) to place at the top of | 74 # The name of an image file (within the static path) to place at the top of |
75 # the sidebar. | 75 # the sidebar. |
76 #html_logo = None | 76 html_logo = 'logo-evolve.svg' |
77 | 77 |
78 # The name of an image file (within the static path) to use as favicon of the | 78 # The name of an image file (within the static path) to use as favicon of the |
79 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 | 79 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
80 # pixels large. | 80 # pixels large. |
81 #html_favicon = None | 81 html_favicon = 'logo-evolve.ico' |
82 | 82 |
83 # Add any paths that contain custom static files (such as style sheets) here, | 83 # Add any paths that contain custom static files (such as style sheets) here, |
84 # relative to this directory. They are copied after the builtin static files, | 84 # relative to this directory. They are copied after the builtin static files, |
85 # so a file named "default.css" will overwrite the builtin "default.css". | 85 # so a file named "default.css" will overwrite the builtin "default.css". |
86 html_static_path = ['.static'] | 86 html_static_path = ['static'] |
87 | 87 |
88 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, | 88 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
89 # using the given strftime format. | 89 # using the given strftime format. |
90 html_last_updated_fmt = '%b %d, %Y' | 90 html_last_updated_fmt = '%b %d, %Y' |
91 | 91 |