David Bremner <david@tethera.net> writes: > Commit 306b7028d added the nmconfig role / directive. Unfortunately > the default of using the directive name in texinfo output is pretty > ugly, so attempt to make it more human readable by passing `objname` > to add_object_type invocation. > --- > doc/conf.py | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > - ref_nodeclass=docutils.nodes.generated) > + ref_nodeclass=docutils.nodes.generated, > + objname='config item' ) > -- > 2.35.2 This is the usual "naming is hard" dilemma. It might read nicer as "Notmuch config item", but that is getting long. As far as I can tell this is only relevant for info output. _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-leave@notmuchmail.org