Skip to content

Commit afa36ee

Browse files
committed
add restx logo
1 parent b2948f5 commit afa36ee

File tree

9 files changed

+9
-1
lines changed

9 files changed

+9
-1
lines changed

doc/_static/apple-180.png

12.3 KB
Loading

doc/_static/favicon-128.png

7.4 KB
Loading

doc/_static/favicon-196.png

9.86 KB
Loading

doc/_static/favicon-512.png

23.2 KB
Loading

doc/_static/favicon-64.png

3.13 KB
Loading

doc/_static/favicon.ico

16.6 KB
Binary file not shown.

doc/_static/logo-512-nobg.png

41.8 KB
Loading

doc/_static/logo-512.png

40.8 KB
Loading

doc/conf.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,20 @@
115115
# further. For a list of options available for each theme, see the
116116
# documentation.
117117
html_theme_options = {
118+
'logo': 'logo-512.png',
119+
'logo_name': True,
120+
'touch_icon': 'apple-180.png',
118121
'github_user': 'python-restx',
119122
'github_repo': 'flask-restx',
120123
'github_banner': True,
121124
'show_related': True,
122125
'page_width': '1000px',
123126
'sidebar_width': '260px',
127+
'favicons': {
128+
64: 'favicon-64.png',
129+
128: 'favicon-128.png',
130+
196: 'favicon-196.png',
131+
},
124132
'badges': [(
125133
# Gitter.im
126134
'https://badges.gitter.im/Join%20Chat.svg',
@@ -168,7 +176,7 @@
168176
# The name of an image file (within the static path) to use as favicon of the
169177
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
170178
# pixels large.
171-
# html_favicon = '_static/favicon.ico'
179+
html_favicon = '_static/favicon.ico'
172180

173181
# Add any paths that contain custom static files (such as style sheets) here,
174182
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)