Skip to content

Commit

Permalink
馃悰馃摑 Suppress epub unknown MIME warnings (#2178)
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Aug 24, 2021
1 parent f542613 commit 0d6c2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -90,6 +90,7 @@ def generate_draft_news():
epub_author = author
epub_publisher = author
epub_copyright = copyright
suppress_warnings = ["epub.unknown_project_files"] # Prevent barking at `.ico`

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

Expand Down

0 comments on commit 0d6c2a7

Please sign in to comment.