Commit 80f418b
committed
docs: specify the inherited-members directive for job classes
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.1 parent 4400f26 commit 80f418b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments