nixpkgs/doc: generate consistent docbook ids

to make diff'ing different versions of the generated docs less noisy
This commit is contained in:
Arnout Engelen 2022-07-28 20:08:25 +02:00
parent 8f73de28e6
commit 10670b0b96
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA

View File

@ -11,4 +11,5 @@
<xsl:param name="toc.section.depth" select="0" />
<xsl:param name="admon.style" select="''" />
<xsl:param name="callout.graphics.extension" select="'.svg'" />
<xsl:param name="generate.consistent.ids" select="1" />
</xsl:stylesheet>