summaryrefslogtreecommitdiffstats
path: root/doc/template/formal.object.heading.xsl
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-10-05 16:38:15 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2020-10-05 16:38:15 +0200
commit427721d8ff2c8e1db8cb490074f2eed88d03852a (patch)
tree6efede9fbca94f2263acc09d3b55ad0aeedc2115 /doc/template/formal.object.heading.xsl
parentd52190ea426d961f609c657dcb403baf59352969 (diff)
downloadbitbake-427721d8ff2c8e1db8cb490074f2eed88d03852a.tar.gz
sphinx: remove DocBook files
The BitBake documentation was migrated to Sphinx. Let's remove the deprecated DocBook files. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'doc/template/formal.object.heading.xsl')
-rw-r--r--doc/template/formal.object.heading.xsl21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/template/formal.object.heading.xsl b/doc/template/formal.object.heading.xsl
deleted file mode 100644
index 4f3900d16..000000000
--- a/doc/template/formal.object.heading.xsl
+++ /dev/null
@@ -1,21 +0,0 @@
-<xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:d="http://docbook.org/ns/docbook"
- xmlns="http://www.w3.org/1999/xhtml"
- exclude-result-prefixes="d">
-
- <xsl:template name="formal.object.heading">
- <xsl:param name="object" select="."/>
- <xsl:param name="title">
- <xsl:apply-templates select="$object" mode="object.title.markup">
- <xsl:with-param name="allow-anchors" select="1"/>
- </xsl:apply-templates>
- </xsl:param>
- <p class="title">
- <b><xsl:copy-of select="$title"/></b>
- <xsl:call-template name="permalink">
- <xsl:with-param name="node" select="$object"/>
- </xsl:call-template>
- </p>
- </xsl:template>
-</xsl:stylesheet> \ No newline at end of file