We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f542613 commit 0d6c2a7Copy full SHA for 0d6c2a7
docs/conf.py
@@ -90,6 +90,7 @@ def generate_draft_news():
90
epub_author = author
91
epub_publisher = author
92
epub_copyright = copyright
93
+suppress_warnings = ["epub.unknown_project_files"] # Prevent barking at `.ico`
94
95
intersphinx_mapping = {"https://docs.python.org/": None}
96
0 commit comments