diff --git a/docs/conf.py b/docs/conf.py index 6e2399f66..1bb67479b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 # -----------------------