From dae1e986a0608d899f67f1ae62389d350824235f Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 28 May 2021 14:56:33 +0200 Subject: manuals: fix epub export warnings Needed now that warnings are turned into errors (From yocto-docs rev: 3f99cff8c6c672967eb09f6950d16ed30260ca68) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'documentation/conf.py') diff --git a/documentation/conf.py b/documentation/conf.py index 5a2e25f7b2..6c6458fed7 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -92,6 +92,9 @@ intersphinx_mapping = { 'bitbake': ('https://docs.yoctoproject.org/bitbake/', None) } +# Suppress "WARNING: unknown mimetype for ..." +suppress_warnings = ['epub.unknown_project_files'] + # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for -- cgit v1.2.3-54-g00ecf