Update web-platform-tests to revision fcb3495f6321b32f607cabcbe0e63a918f48d348

This commit is contained in:
WPT Sync Bot 2020-11-27 08:21:56 +00:00
parent 7824b6d0de
commit 808edd90a4
74 changed files with 357 additions and 129 deletions

View file

@ -78,6 +78,7 @@ nitpick_ignore = [
('py:exc', 'BadOperationException'),
('py:exc', 'Exception'),
('py:exc', 'ValueError'),
('py:class', 'http.client.HTTPMessage')
]
# The language for content autogenerated by Sphinx. Refer to documentation
@ -211,5 +212,5 @@ epub_title = project
# A list of files that should not be packed into the epub file.
epub_exclude_files = ['search.html']
intersphinx_mapping = {'python': ('https://docs.python.org/2/', None),
intersphinx_mapping = {'python': ('https://docs.python.org/3/', None),
'mozilla': ('https://firefox-source-docs.mozilla.org/', None)}