X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=doc%2Fconf.py;h=b60fefbc32a533cd44ed6c5c0d467684fb4b8597;hb=9003394f5cffb8e81f6e2abdbed78ac0fa56c365;hp=7f94cbed4d1c57da1d972e5225bce7dc36c74f8e;hpb=3cb936b7c458bc9b0f5cc6d7fb266307fd0224d8;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' )