Skip to content

Commit d7718da

Browse files
author
Bastian Germann
committed
Prevent docs .ico build warning
A system with a case sensitive file system will show: WARNING: favicon file 'pymupdf.ico' does not exist
1 parent 6c34386 commit d7718da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

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

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

0 commit comments

Comments
 (0)