diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-05-28 14:56:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-14 22:45:33 +0100 |
commit | dae1e986a0608d899f67f1ae62389d350824235f (patch) | |
tree | f7ec4cd7ae29ab0856c1705356265e24ab63ac33 /documentation/conf.py | |
parent | c2a68819d02b336b5f9c775946f2ab846c0d231c (diff) | |
download | poky-dae1e986a0608d899f67f1ae62389d350824235f.tar.gz |
manuals: fix epub export warnings
Needed now that warnings are turned into errors
(From yocto-docs rev: 3f99cff8c6c672967eb09f6950d16ed30260ca68)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
-rw-r--r-- | documentation/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { | |||
92 | 'bitbake': ('https://docs.yoctoproject.org/bitbake/', None) | 92 | 'bitbake': ('https://docs.yoctoproject.org/bitbake/', None) |
93 | } | 93 | } |
94 | 94 | ||
95 | # Suppress "WARNING: unknown mimetype for ..." | ||
96 | suppress_warnings = ['epub.unknown_project_files'] | ||
97 | |||
95 | # -- Options for HTML output ------------------------------------------------- | 98 | # -- Options for HTML output ------------------------------------------------- |
96 | 99 | ||
97 | # The theme to use for HTML and HTML Help pages. See the documentation for | 100 | # The theme to use for HTML and HTML Help pages. See the documentation for |