From 775f08c88c7f458770bf7fcb0315afebfeeb6b02 Mon Sep 17 00:00:00 2001 From: Bastian Germann Date: Sat, 30 Oct 2021 10:51:22 +0200 Subject: [PATCH] Prevent docs build warnings Gbp-Pq: Name docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 97e96bb..1614b95 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,7 +121,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 = [] # A list of CSS files. The entry must be a filename string or a tuple containing # the filename string and the attributes dictionary. The filename must be -- 2.30.2