Skip to content

Commit 80aa5a1

Browse files
committed
Restored 64 pixel logo accidentally replaced with 32 pixel logo
1 parent 42d3bc6 commit 80aa5a1

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# HTML icons
2929
img_path = 'img'
30-
html_logo = img_path + "/labscript_32nx32n.svg"
30+
html_logo = img_path + "/labscript_64x64.svg"
3131
html_favicon = img_path + "/labscript.ico"
3232

3333
# -- General configuration (should be identical across all projects) ------------------
Lines changed: 42 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)