mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 89aa3f42131cce5a77268ddaeb2fab8a2e29c2a6
This commit is contained in:
parent
39963266ae
commit
ea00d34098
392 changed files with 5974 additions and 7614 deletions
|
@ -80,11 +80,13 @@ exclude_patterns = [
|
|||
'.DS_Store'
|
||||
]
|
||||
|
||||
from docs.wpt_lint_rules import WPTLintRules
|
||||
# Enable inline reStructured Text within Markdown-formatted files
|
||||
# https://recommonmark.readthedocs.io/en/latest/auto_structify.html
|
||||
from recommonmark.transform import AutoStructify
|
||||
def setup(app):
|
||||
app.add_transform(AutoStructify)
|
||||
app.add_directive('wpt-lint-rules', WPTLintRules)
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue