From: Bastian Germann Date: Sat, 30 Oct 2021 08:51:22 +0000 (+0200) Subject: Prevent docs build warnings X-Git-Tag: archive/raspbian/1.21.1+ds1-1+rpi1~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=81240ca2f204da16acdd044bfccd28b04581a9d7;p=pymupdf.git Prevent docs build warnings Gbp-Pq: Name docs --- diff --git a/docs/conf.py b/docs/conf.py index 518b1bc..b2a000c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -132,7 +132,7 @@ 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