Skip to content

Commit 47f1099

Browse files
committed
Fix: Rename aleph-client -> aleph-sdk-python
1 parent 4a13e0b commit 47f1099

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/conf.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
html_theme_options = {
156156
#'sidebar_width': '300px',
157157
#'page_width': '1200px'
158+
<<<<<<< HEAD
158159
"logo": "logo.svg",
159160
"description": "Aleph Network Client",
160161
"github_user": "aleph-im",
@@ -171,6 +172,24 @@
171172
"sidebar_text": "#49443E",
172173
"sidebar_header": "#4B4032",
173174
"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)
174193
}
175194

176195
# Add any paths that contain custom themes here, relative to this directory.
@@ -261,7 +280,12 @@
261280
# Grouping the document tree into LaTeX files. List of tuples
262281
# (source start file, target name, title, author, documentclass [howto/manual]).
263282
latex_documents = [
283+
<<<<<<< HEAD
264284
("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)
265289
]
266290

267291
# The name of an image file (relative to this directory) to place at the top of

0 commit comments

Comments
 (0)