Suppress Sphinx warnings about MIME types other than .rst

This commit is contained in:
nsirletti 2020-05-16 15:07:16 +02:00
parent afb2e5011f
commit c2a0cca0fe
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ exclude_trees = ['.build']
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
# List of Sphinx warnings that will not be raised
suppress_warnings = ['epub.unknown_project_files']
# Options for HTML output
# -----------------------