Skip to content

Commit b2971ec

Browse files
author
Daniel Neuhäuser
committed
Merge pull request pallets#943 from skeuomorf/favicon
Added a favicon for the docs
2 parents d517f35 + cf09536 commit b2971ec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/_static/flask-favicon.ico

2.19 KB
Binary file not shown.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
# The name of an image file (within the static path) to use as favicon of the
126126
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
127127
# pixels large.
128-
#html_favicon = None
128+
html_favicon = "flask-favicon.ico"
129129

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

0 commit comments

Comments
 (0)