X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=doc%2Fconf.py;h=b60fefbc32a533cd44ed6c5c0d467684fb4b8597;hb=7925481997878a0aea386d9f08ef2e3e24a00330;hp=7f94cbed4d1c57da1d972e5225bce7dc36c74f8e;hpb=5e17495ab78937015de45704fff8300a37ca6508;p=notmuch diff --git a/doc/conf.py b/doc/conf.py index 7f94cbed..b60fefbc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -218,4 +218,5 @@ def setup(app): # define nmconfig role and directive for config items. app.add_object_type('nmconfig','nmconfig', indextemplate='pair: configuration item; %s', - ref_nodeclass=docutils.nodes.generated) + ref_nodeclass=docutils.nodes.generated, + objname='config item' )