changeset 52143:dc97e8670dec stable 6.9rc0

doc: register the `config-doc` rst directive This was making the build fail because the directive was unknown.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 28 Oct 2024 16:25:23 +0100
parents 63c0075afefa
children 1452eeb6ef5b
files doc/templates/cmdheader.txt doc/templates/extheader.txt
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/templates/cmdheader.txt	Mon Oct 28 15:50:20 2024 +0100
+++ b/doc/templates/cmdheader.txt	Mon Oct 28 16:25:23 2024 +0100
@@ -1,5 +1,7 @@
 .. _hg-%(cmdname)s.1:
 
+.. role:: config-doc
+
 %(cmdtitle)s
 
 %(cmdshortdesc)s
--- a/doc/templates/extheader.txt	Mon Oct 28 15:50:20 2024 +0100
+++ b/doc/templates/extheader.txt	Mon Oct 28 16:25:23 2024 +0100
@@ -1,5 +1,7 @@
 .. _ext-%(extname)s:
 
+.. role:: config-doc
+
 %(exttitle)s
 
 .. contents::