commit | ec74676176eb54d38c80a2cc9b92547931dcb466 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Wed Jun 24 22:57:31 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Jun 24 22:57:31 2020 -0400 |
tree | 03d956fa787e8cf57ef3f285ef686f3c43082f53 | |
parent | 4d17760e17e042d47616d6ef621bfa9a69c1ab01 [diff] [blame] |
Enable syntax highlighting of code blocks (mostly ABNF) Change-Id: Iaaf02dc02cc232518421fa3591004d2bb5939440
diff --git a/conf.py b/conf.py index 8c7d7e3..4e67ed6 100644 --- a/conf.py +++ b/conf.py
@@ -68,5 +68,5 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -# Disable syntax highlighting. -highlight_language = 'none' +# Use ABNF syntax highlighting by default for code blocks. +highlight_language = 'abnf'