1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Description: [PATCH] Prevent docs build warnings
diff --git a/docs/conf.py b/docs/conf.py
index 1175edf..e726f8d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -128,12 +128,12 @@ html_theme_options = {
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
-html_favicon = "Pymupdf.ico"
+html_favicon = "PyMuPDF.ico"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ["_static"]
+html_static_path = []
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
|