aboutsummaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-07-31 08:33:21 -0300
committerDavid Bremner <david@tethera.net>2022-08-11 07:48:54 -0300
commit0f3b196144e91cd80d321d896c0b4bf6e0c62249 (patch)
tree8a0784eca76f7d573ec59fcab06613c231848a43 /doc/conf.py
parent174221b179380ec76b34088cdf9cb694ecacf241 (diff)
doc/emacs: replace emacscmd with el:define-key
This allows us to eliminate the ad-hoc emacscmd directive / role, and improve indexing. doc/emacs: convert remaining uses of emacscmd to define-key This allows us to remove the no-longer used object type.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 503255b5..0b7b8af5 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -228,8 +228,3 @@ def setup(app):
indextemplate='pair: Emacs variable; %s',
ref_nodeclass=docutils.nodes.generated,
objname='Emacs variable')
- app.add_object_type('emacscmd','emacscmd',
- indextemplate='pair: Emacs command; %s',
- ref_nodeclass=docutils.nodes.generated,
- objname='Emacs command')
-