diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-04-27 01:22:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 01:22:04 +0100 |
commit | 2a9e805206be7859dea0d222ca9b20a8875d3726 (patch) | |
tree | e229d41e29be26bd3016547cd4a24fd35fc6255d /doc/conf.py | |
parent | 616ba29f28bd04d7f407a247398b3dbba1da204a (diff) | |
download | sphinx-git-2a9e805206be7859dea0d222ca9b20a8875d3726.tar.gz |
Remove the deprecated Setuptools integration (#11363)
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index 19b8b2a2e..8bf8d90a7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -231,9 +231,6 @@ def setup(app): app.add_object_type('confval', 'confval', objname='configuration value', indextemplate='pair: %s; configuration value') - app.add_object_type('setuptools-confval', 'setuptools-confval', - objname='setuptools configuration value', - indextemplate='pair: %s; setuptools configuration value') fdesc = GroupedField('parameter', label='Parameters', names=['param'], can_collapse=True) app.add_object_type('event', 'event', 'pair: %s; event', parse_event, |