diff options
| author | David Bremner <david@tethera.net> | 2022-07-31 08:33:22 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-08-11 07:48:54 -0300 |
| commit | aebf5b6d84d5d59d712cd47c05239ef55b2f5bc3 (patch) | |
| tree | d28936585aadf840a2404d68c3be3f8e412708ad /doc/conf.py | |
| parent | 0f3b196144e91cd80d321d896c0b4bf6e0c62249 (diff) | |
doc/emacs: replace use of emacsvar with el:defcustom
Mainly this allows dropping the ad-hoc directive emacsvar
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index 0b7b8af5..e23cb7d7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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') |
