Update web-platform-tests to revision 3cb5a99e5521936fb8819de8aaba806050b84184

This commit is contained in:
WPT Sync Bot 2019-06-23 10:23:36 +00:00
parent 1d2c0ba0bc
commit c700482629
204 changed files with 5112 additions and 1445 deletions

View file

@ -58,6 +58,11 @@ source_suffix = '.rst'
# The master toctree document.
master_doc = 'index'
# These values are used in the documentation of wptserve but are not recognized
# by Sphinx.
# https://stackoverflow.com/questions/51824453/how-to-document-parameter-of-type-function-in-sphinx
nitpick_ignore = [('py:class', 'Callable'), ('py:obj', 'None')]
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
@ -71,10 +76,7 @@ language = None
exclude_patterns = [
'_build',
'Thumbs.db',
'.DS_Store',
'tools/.tox',
'tools/third_party',
'_venv'
'.DS_Store'
]
# Enable inline reStructured Text within Markdown-formatted files