Suppress epub warnings about unknown mimetype

This commit is contained in:
parulin 2025-12-11 02:02:43 -05:00
parent a16b25690e
commit 22ad64920c
No known key found for this signature in database
GPG key ID: 65099A5B0E31336C

View file

@ -166,3 +166,8 @@ rst_epilog = """
# -- -- Options for the nitpicky mode ----------------------------------------
nitpicky = True
# -- -- Options for warning control ------------------------------------------
suppress_warnings = ["epub.unknown_project_files"]