You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workaround for Sphinx false positive preventing indexing
Functions drm_format_info, drm_modeset_lock, drm_ioctl_flags are not being
indexed in the documentation because there are structs with the same name
and sphinx is only indexing one of them, Added them to namespaces as a
workaround for suppressing the warnings and indexing the functions
This is a bug of Sphinx >=3.1, first reported by Mauro in September 2020
Link: sphinx-doc/sphinx#8241
Open Pull Request
Link: sphinx-doc/sphinx#8313
Signed-off-by: Kevin Paul Reddy Janagari <[email protected]>
0 commit comments