mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
doc: Fix ambiguous confval entries and references
This commit is contained in:
@@ -146,6 +146,9 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user