mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update web-platform-tests to revision fcb3495f6321b32f607cabcbe0e63a918f48d348
This commit is contained in:
parent
7824b6d0de
commit
808edd90a4
74 changed files with 357 additions and 129 deletions
|
@ -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)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue