From 22ad64920ca9f12e640b5e785e8d6b9a4413fe31 Mon Sep 17 00:00:00 2001 From: parulin <161326115+parulin@users.noreply.github.com> Date: Thu, 11 Dec 2025 02:02:43 -0500 Subject: [PATCH] Suppress epub warnings about unknown mimetype --- conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf.py b/conf.py index d4e4eebe..8c7d877c 100644 --- a/conf.py +++ b/conf.py @@ -166,3 +166,8 @@ rst_epilog = """ # -- -- Options for the nitpicky mode ---------------------------------------- nitpicky = True + + +# -- -- Options for warning control ------------------------------------------ + +suppress_warnings = ["epub.unknown_project_files"]