Adjust chunk.section.depth and generate.section.toc.level so that the EAPI 2
authorZac Medico <zmedico@gentoo.org>
Thu, 11 Sep 2008 05:50:42 +0000 (05:50 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 11 Sep 2008 05:50:42 +0000 (05:50 -0000)
draft docs appear on a single page which includes it's own table of contents.

svn path=/main/trunk/; revision=11503

doc/custom.xsl

index f1692b12fc66a0d2c47171c09140c79c443ac64e..a7763ecf6a033ca28f3c239c799badbeea7d98ba 100644 (file)
@@ -1,3 +1,5 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <xsl:param name="toc.section.depth" select="20"/>
+<xsl:param name="chunk.section.depth" select="2"/>
+<xsl:param name="generate.section.toc.level" select="2"/>
 </xsl:stylesheet>