Turn on code highlighting for HTTP api responses and add a

code highlighting stylesheet for the specification.
This commit is contained in:
Mark Haines 2015-09-18 17:26:10 +01:00
parent d2e39095fe
commit 6b5b8432b3
3 changed files with 10 additions and 2 deletions

View file

@ -12,7 +12,7 @@ import sys
os.chdir(os.path.dirname(os.path.abspath(__file__)))
stylesheets = {
"stylesheet_path": ["basic.css", "nature.css"]
"stylesheet_path": ["basic.css", "nature.css", "codehighlight.css"]
}
title_style_matchers = {