From a087d80025c5e5e63e69de76063a183ce91b0bc7 Mon Sep 17 00:00:00 2001 From: Debian Python Modules Team Date: Sun, 23 Aug 2020 20:15:38 +0100 Subject: [PATCH] [PATCH] Prevent docs build warnings Gbp-Pq: Name docs --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2