|
155 | 155 | html_theme_options = { |
156 | 156 | #'sidebar_width': '300px', |
157 | 157 | #'page_width': '1200px' |
| 158 | +<<<<<<< HEAD |
158 | 159 | "logo": "logo.svg", |
159 | 160 | "description": "Aleph Network Client", |
160 | 161 | "github_user": "aleph-im", |
|
171 | 172 | "sidebar_text": "#49443E", |
172 | 173 | "sidebar_header": "#4B4032", |
173 | 174 | "sidebar_collapse": False, |
| 175 | +======= |
| 176 | + 'logo': 'logo.svg', |
| 177 | + 'description': 'Aleph Network Client', |
| 178 | + 'github_user': 'aleph-im', |
| 179 | + 'github_repo': 'aleph-sdk-python', |
| 180 | + 'github_button': True, |
| 181 | + 'github_type': 'star', |
| 182 | + 'github_banner': True, |
| 183 | + 'travis_button': True, |
| 184 | + 'codecov_button': True, |
| 185 | + 'pre_bg': '#FFF6E5', |
| 186 | + 'note_bg': '#E5ECD1', |
| 187 | + 'note_border': '#BFCF8C', |
| 188 | + 'body_text': '#482C0A', |
| 189 | + 'sidebar_text': '#49443E', |
| 190 | + 'sidebar_header': '#4B4032', |
| 191 | + 'sidebar_collapse': False, |
| 192 | +>>>>>>> 7ed949e (Fix: Rename aleph-client -> aleph-sdk-python) |
174 | 193 | } |
175 | 194 |
|
176 | 195 | # Add any paths that contain custom themes here, relative to this directory. |
|
261 | 280 | # Grouping the document tree into LaTeX files. List of tuples |
262 | 281 | # (source start file, target name, title, author, documentclass [howto/manual]). |
263 | 282 | latex_documents = [ |
| 283 | +<<<<<<< HEAD |
264 | 284 | ("index", "user_guide.tex", "aleph-sdk-python Documentation", "Aleph.im", "manual"), |
| 285 | +======= |
| 286 | + ('index', 'user_guide.tex', u'aleph-sdk-python Documentation', |
| 287 | + u'Aleph.im', 'manual'), |
| 288 | +>>>>>>> 7ed949e (Fix: Rename aleph-client -> aleph-sdk-python) |
265 | 289 | ] |
266 | 290 |
|
267 | 291 | # The name of an image file (relative to this directory) to place at the top of |
|
0 commit comments