Makefile
changeset 76 2100455aae72
parent 75 540d83fc281e
child 77 df763e1c3fe6
--- a/Makefile	Mon Feb 22 13:53:54 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)
 
 ################################################################