sphinx/tests/roots/test-domain-c-intersphinx/conf.py
Jakob Lykke Andersen 750e6ec431 C, fix object types for xrefs
Add 'identifer' to all and 'type' to types.

Fixes sphinx-doc/sphinx#8341
2021-01-11 20:51:36 +01:00

5 lines
74 B
Python

exclude_patterns = ['_build']
extensions = [
'sphinx.ext.intersphinx',
]