summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py3
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 ..."
96suppress_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