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