mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix #3214: Allow to suppress "unknown mimetype" warnings from epub builder
This commit is contained in:
@@ -233,6 +233,7 @@ General configuration
|
||||
* ref.citation
|
||||
* ref.doc
|
||||
* misc.highlighting_failure
|
||||
* epub.unknown_project_files
|
||||
|
||||
You can choose from these types.
|
||||
|
||||
@@ -244,6 +245,10 @@ General configuration
|
||||
|
||||
Added ``misc.highlighting_failure``
|
||||
|
||||
.. versionchanged:: 1.5.1
|
||||
|
||||
Added ``epub.unknown_project_files``
|
||||
|
||||
.. confval:: needs_sphinx
|
||||
|
||||
If set to a ``major.minor`` version string like ``'1.1'``, Sphinx will
|
||||
|
||||
Reference in New Issue
Block a user