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
As witnessed in the above image, an option XRef like :hades:option:`HADES_SITE_NAME` is not passed correctly, even though said option exists and is autodocumented properly
When this issue is fixed, we should instantiate the XRefRole with warn_dangling=True in the role definition:
As witnessed in the above image, an option XRef like
:hades:option:`HADES_SITE_NAME`
is not passed correctly, even though said option exists and is autodocumented properlyWhen this issue is fixed, we should instantiate the XRefRole with
warn_dangling=True
in the role definition:hades/src/hades/config/sphinx.py
Lines 55 to 57 in 7878283
Enabling this currently would lead to a lot of warnings (one per invocation).
The text was updated successfully, but these errors were encountered: