docs: Use consistent IDs in spec build

This avoids differences between IDs for separate builds of the
specification.
This commit is contained in:
David King 2021-12-13 15:20:32 +00:00 committed by Marco Trevisan (Treviño)
parent 1ad4630107
commit 7f31e29e62
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.0">
<xsl:param name="html.stylesheet" select="'docbook.css'"/>
<xsl:param name="generate.consistent.ids" select="1"/>
</xsl:stylesheet>