From: Bastian Germann Date: Sat, 30 Oct 2021 08:51:22 +0000 (+0200) Subject: Prevent docs build warnings X-Git-Tag: archive/raspbian/1.22.5+ds1-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0c228bed7fdecbfb699efbac891c74072814f176;p=pymupdf.git Prevent docs build warnings Gbp-Pq: Name docs --- diff --git a/docs/conf.py b/docs/conf.py index ee61620..9927a69 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -144,7 +144,7 @@ html_favicon = "_static/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 = [] html_theme_options = { "light_logo": "pymupdf-sidebar-logo-dark.png", "dark_logo": "pymupdf-sidebar-logo-light.png",