Skip to content

Commit 452f33a

Browse files
committed
update logo
1 parent 3cb68e7 commit 452f33a

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

docs/_static/lok_logo.png

-5.93 KB
Binary file not shown.

docs/_static/lok_logo_black.png

13.5 KB
Loading

docs/_templates/globaltoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
1+
<h3><a href="{{ pathto(master_doc) }}">{{ _('Index') }}</a></h3>
22

33
<ul>
44
<li><a href="{{ pathto('index') }}">Home</a></li>

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878

7979
html_theme_options = {
80-
"logo": "lok_logo.png",
80+
"logo": "lok_logo_black.png",
8181
"github_user": "lokalise",
8282
"github_repo": "python-lokalise-api",
8383
"github_button": "true",

0 commit comments

Comments
 (0)