Suppress Sphinx warnings about MIME types other than .rst

This commit is contained in:
nsirletti 2020-05-16 15:07:16 +02:00 committed by Adrián Chaves
parent e91d04f2da
commit d6b8500fdd
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,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
# -----------------------