# HG changeset patch # User Oleksandr Gavenko # Date 1456143678 -7200 # Node ID d5967d76dae526a15b37967e911c040b3deaaa2f # Parent bef8b9e6c2fa9ef13e34c6a1f5a5f7bed3ee276e Set initial header level to

explicitly because after removing HEADER.rst top level headers become

and so doesn't properly highlighted. diff -r bef8b9e6c2fa -r d5967d76dae5 Makefile --- a/Makefile Mon Feb 22 14:15:04 2016 +0200 +++ b/Makefile Mon Feb 22 14:21:18 2016 +0200 @@ -34,7 +34,7 @@ endif RST_WARNING_FLAGS := --halt warning -RST_RENDER_FLAGS := --strip-comments --embed-stylesheet --no-xml-declaration --math-output=MathJax +RST_RENDER_FLAGS := --strip-comments --embed-stylesheet --no-xml-declaration --math-output=MathJax --initial-header-level=2 RST_FLAGS := $(RST_WARNING_FLAGS) $(RST_RENDER_FLAGS) ################################################################