Improving syntax highlighting in HTML docs (#42472)

* Adding improved YAML lexer for HTML docs.

* Fixing (some of) the warnings.

* Fixing more warnings.

* Removing ansible- prefix from lexer names.

* Rename extensions -> _extensions.

* Removing superfluous module search path extension.
This commit is contained in:
Felix Fontein 2018-07-31 22:28:16 +02:00 committed by Alicia Cozine
parent 01c0446cb5
commit e7e63ec1e8
3 changed files with 500 additions and 3 deletions

View file

@ -37,7 +37,6 @@ def main():
}
ignore_codes = [
'literal-block-lex-error',
'reference-target-not-found',
'not-in-toc-tree',
]