Skip to content

Commit 0d6c2a7

Browse files
authored
🐛📝 Suppress epub unknown MIME warnings (#2178)
1 parent f542613 commit 0d6c2a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def generate_draft_news():
9090
epub_author = author
9191
epub_publisher = author
9292
epub_copyright = copyright
93+
suppress_warnings = ["epub.unknown_project_files"] # Prevent barking at `.ico`
9394

9495
intersphinx_mapping = {"https://docs.python.org/": None}
9596

0 commit comments

Comments
 (0)