doc: Fix ambiguous confval entries and references

This commit is contained in:
Takeshi KOMIYA
2019-12-29 23:23:46 +09:00
parent c358e04b09
commit 7851550cd8
3 changed files with 20 additions and 17 deletions

View File

@@ -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,