Skip to content

Commit defb5c1

Browse files
committed
Remove Flask-RESTPlus logos
1 parent 8c8f172 commit defb5c1

File tree

7 files changed

+1
-9
lines changed

7 files changed

+1
-9
lines changed

doc/_static/apple-180.png

-7.24 KB
Binary file not shown.

doc/_static/favicon-128.png

-3.56 KB
Binary file not shown.

doc/_static/favicon-196.png

-8.33 KB
Binary file not shown.

doc/_static/favicon-64.png

-2.04 KB
Binary file not shown.

doc/_static/favicon.ico

-2.67 KB
Binary file not shown.

doc/_static/logo-512.png

-4.05 KB
Binary file not shown.

doc/conf.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,20 +115,12 @@
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',
121118
'github_user': 'python-restx',
122119
'github_repo': 'flask-restx',
123120
'github_banner': True,
124121
'show_related': True,
125122
'page_width': '1000px',
126123
'sidebar_width': '260px',
127-
'favicons': {
128-
64: 'favicon-64.png',
129-
128: 'favicon-128.png',
130-
196: 'favicon-196.png',
131-
},
132124
'badges': [(
133125
# Gitter.im
134126
'https://badges.gitter.im/Join%20Chat.svg',
@@ -176,7 +168,7 @@
176168
# The name of an image file (within the static path) to use as favicon of the
177169
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
178170
# pixels large.
179-
html_favicon = '_static/favicon.ico'
171+
# html_favicon = '_static/favicon.ico'
180172

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

0 commit comments

Comments
 (0)