mirror of https://github.com/scrapy/scrapy.git
Suppress Sphinx warnings about MIME types other than .rst
This commit is contained in:
parent
e91d04f2da
commit
d6b8500fdd
|
|
@ -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
|
||||
# -----------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue