X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=doc%2Fconf.py;h=e23cb7d7fb444964cb341269771629713f8c2d2e;hb=HEAD;hp=0b7b8af5967e8bef25c7f69b2db1614cbc8181c4;hpb=0f3b196144e91cd80d321d896c0b4bf6e0c62249;p=notmuch diff --git a/doc/conf.py b/doc/conf.py index 0b7b8af5..ee1b336a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -16,7 +16,7 @@ master_doc = 'index' # General information about the project. project = u'notmuch' -copyright = u'2009-2022, Carl Worth and many others' +copyright = u'2009-2024, Carl Worth and many others' location = os.path.dirname(__file__) @@ -224,7 +224,3 @@ def setup(app): indextemplate='pair: configuration item; %s', ref_nodeclass=docutils.nodes.generated, objname='config item' ) - app.add_object_type('emacsvar','emacsvar', - indextemplate='pair: Emacs variable; %s', - ref_nodeclass=docutils.nodes.generated, - objname='Emacs variable')