From: Debian Python Modules Team Date: Sun, 23 Aug 2020 19:15:38 +0000 (+0100) Subject: [PATCH] Prevent docs build warnings X-Git-Tag: archive/raspbian/1.21.1+ds1-1+rpi1~1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a087d80025c5e5e63e69de76063a183ce91b0bc7;p=pymupdf.git [PATCH] Prevent docs build warnings Gbp-Pq: Name docs --- diff --git a/docs/conf.py b/docs/conf.py index 88966e4..fc75814 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