Skip to content

Commit 77c9f9e

Browse files
authored
Merge pull request #449 from bgermann/master
Prevent docs .ico build warning
2 parents 6c34386 + d7718da commit 77c9f9e

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)