redshift: libappindicator is linux only
[NixPkgs.git] / doc / doc-support / parameters.xml
blobe4b33e66ee4dd51351d1dc29ea2bbac5fa212ae0
1 <?xml version='1.0'?>
2 <xsl:stylesheet
3     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4     version="1.0">
5  <xsl:param name="section.autolabel" select="1" />
6  <xsl:param name="section.label.includes.component.label" select="1" />
7  <xsl:param name="html.stylesheet" select="'style.css overrides.css highlightjs/mono-blue.css'" />
8  <xsl:param name="html.script" select="'./highlightjs/highlight.pack.js ./highlightjs/loader.js'" />
9  <xsl:param name="xref.with.number.and.title" select="1" />
10  <xsl:param name="use.id.as.filename" select="1" />
11  <xsl:param name="toc.section.depth" select="0" />
12  <xsl:param name="admon.style" select="''" />
13  <xsl:param name="callout.graphics.extension" select="'.svg'" />
14 </xsl:stylesheet>