about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2022-07-29 11:17:19 +0200
committerGitHub <noreply@github.com>2022-07-29 11:17:19 +0200
commite1b3ee51e3d20479bf92571107906e7d3c269555 (patch)
treebf3e0f39fcb3e3f159c0cf5eb1a498ffd4b2c1b5 /doc
parent462ebbe5c441e119e59e40f520213bb5c7dcde43 (diff)
parent10670b0b96649d3eebffecb84f6d258cdcfc045d (diff)
downloadnixlib-e1b3ee51e3d20479bf92571107906e7d3c269555.tar
nixlib-e1b3ee51e3d20479bf92571107906e7d3c269555.tar.gz
nixlib-e1b3ee51e3d20479bf92571107906e7d3c269555.tar.bz2
nixlib-e1b3ee51e3d20479bf92571107906e7d3c269555.tar.lz
nixlib-e1b3ee51e3d20479bf92571107906e7d3c269555.tar.xz
nixlib-e1b3ee51e3d20479bf92571107906e7d3c269555.tar.zst
nixlib-e1b3ee51e3d20479bf92571107906e7d3c269555.zip
Merge pull request #183422 from raboof/nixpkgs-docs-consistent-ids
nixpkgs/doc: generate consistent docbook ids
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-support/parameters.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doc-support/parameters.xml b/doc/doc-support/parameters.xml
index e4b33e66ee4d..8b413dcd337a 100644
--- a/doc/doc-support/parameters.xml
+++ b/doc/doc-support/parameters.xml
@@ -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>