summary refs log tree commit diff
path: root/doc/doc-support
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-12-12 13:04:39 +0100
committerRobert Hensing <robert@roberthensing.nl>2022-12-12 13:04:39 +0100
commitc23666473c8bf88a46ea24444a6c40a5dacb16bd (patch)
tree3c6b6f0323f4b585f2a1dafad4290760acef5b86 /doc/doc-support
parent1dba7adaf38be385effb1fdc9d7001dd4c455cfa (diff)
doc: Remove all section numbers
Simplicity.

We use anchors nowadays. Nobody should be printing this.
Diffstat (limited to 'doc/doc-support')
-rw-r--r--doc/doc-support/parameters.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/doc-support/parameters.xml b/doc/doc-support/parameters.xml
index 8b413dcd337a7..50ff25fe10750 100644
--- a/doc/doc-support/parameters.xml
+++ b/doc/doc-support/parameters.xml
@@ -2,11 +2,14 @@
 <xsl:stylesheet
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     version="1.0">
- <xsl:param name="section.autolabel" select="1" />
- <xsl:param name="section.label.includes.component.label" select="1" />
+ <xsl:param name="chapter.autolabel" select="0" />
+ <xsl:param name="part.autolabel" select="0" />
+ <xsl:param name="preface.autolabel" select="0" />
+ <xsl:param name="reference.autolabel" select="0" />
+ <xsl:param name="section.autolabel" select="0" />
  <xsl:param name="html.stylesheet" select="'style.css overrides.css highlightjs/mono-blue.css'" />
  <xsl:param name="html.script" select="'./highlightjs/highlight.pack.js ./highlightjs/loader.js'" />
- <xsl:param name="xref.with.number.and.title" select="1" />
+ <xsl:param name="xref.with.number.and.title" select="0" />
  <xsl:param name="use.id.as.filename" select="1" />
  <xsl:param name="toc.section.depth" select="0" />
  <xsl:param name="admon.style" select="''" />