highlighters

This commit is contained in:
Will McGugan 2020-09-09 16:20:42 +01:00
parent fcbc62429c
commit 2341b22458
7 changed files with 27 additions and 20 deletions

View file

@ -66,3 +66,5 @@ exclude_patterns = []
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
intersphinx_mapping = {"python": ("http://docs.python.org/3", None)}