Mercurial > repos > vimalkumarvelayudhan > riboplot
comparison docs/conf.py @ 14:628f82e72d72
Version as released on PyPI 0.1.0
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Wed, 26 Aug 2015 16:37:10 +0100 |
parents | 844eb8c36f32 |
children | b78a5ba760b1 |
comparison
equal
deleted
inserted
replaced
13:8a87a2c44d09 | 14:628f82e72d72 |
---|---|
133 # "<project> v<release> documentation". | 133 # "<project> v<release> documentation". |
134 #html_title = None | 134 #html_title = None |
135 | 135 |
136 # A shorter title for the navigation bar. Default is the same as | 136 # A shorter title for the navigation bar. Default is the same as |
137 # html_title. | 137 # html_title. |
138 #html_short_title = None | 138 html_short_title = 'RiboPlot' |
139 | 139 |
140 # The name of an image file (relative to this directory) to place at the | 140 # The name of an image file (relative to this directory) to place at the |
141 # top of the sidebar. | 141 # top of the sidebar. |
142 #html_logo = None | 142 html_logo = '_static/riboplot-logo.png' |
143 | 143 |
144 # The name of an image file (within the static path) to use as favicon | 144 # The name of an image file (within the static path) to use as favicon |
145 # of the docs. This file should be a Windows icon file (.ico) being | 145 # of the docs. This file should be a Windows icon file (.ico) being |
146 # 16x16 or 32x32 pixels large. | 146 # 16x16 or 32x32 pixels large. |
147 #html_favicon = None | 147 #html_favicon = None |
152 # "default.css". | 152 # "default.css". |
153 html_static_path = ['_static'] | 153 html_static_path = ['_static'] |
154 | 154 |
155 # If not '', a 'Last updated on:' timestamp is inserted at every page | 155 # If not '', a 'Last updated on:' timestamp is inserted at every page |
156 # bottom, using the given strftime format. | 156 # bottom, using the given strftime format. |
157 #html_last_updated_fmt = '%b %d, %Y' | 157 html_last_updated_fmt = '%b %d, %Y' |
158 | 158 |
159 # If true, SmartyPants will be used to convert quotes and dashes to | 159 # If true, SmartyPants will be used to convert quotes and dashes to |
160 # typographically correct entities. | 160 # typographically correct entities. |
161 #html_use_smartypants = True | 161 #html_use_smartypants = True |
162 | 162 |