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
docs: specify the inherited-members directive for job classes (#2244)
It seems that versions of python earlier than 3.10 may have had issues
processing inherited members annotations, and accidentally include
inherited members by default.
As we recently worked to excise older versions of python in this repo,
it seems we're now correctly processing sphinx directives, which means
we no longer emit docstrings for inherited members.
This PR adds a minor sphinx directive to include inherited members
for the job classes, and I've confirmed locally by running the `docsfx`
nox job that the inherited members do now get included in the docfx_yaml
output.
0 commit comments