Skip to content

Commit 142a24f

Browse files
committed
Added the three IdProvider classes to no_inherited_members in docs/docs.conf
fix: prevent Sphinx from documenting inherited methods from requests.Session which has malformed docstrings
1 parent 53205a8 commit 142a24f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/docs.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ no_inherited_members =
3131
DIRAC.Core.Utilities.Graphs.GraphUtilities,
3232
DIRAC.DataManagementSystem.private.HttpStorageAccessHandler,
3333
DIRAC.FrameworkSystem.private.standardLogging.LogLevels,
34+
DIRAC.Resources.IdProvider.OAuth2IdProvider,
35+
DIRAC.Resources.IdProvider.CheckInIdProvider,
36+
DIRAC.Resources.IdProvider.IAMIdProvider,
3437

3538
# only creating dummy files, because they cannot be safely imported due to sideEffects
3639
create_dummy_files = lfc_dfc_copy, lfc_dfc_db_copy, JobWrapperTemplate

0 commit comments

Comments
 (0)