Skip to content

Commit 9a59b0f

Browse files
committed
docs: fix warning for inherited functions from enum
1 parent b622f7a commit 9a59b0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ document_private_members = FCConditionsParser
2929
# whose docstrings are not reST formatted
3030
no_inherited_members =
3131
DIRAC.Core.Utilities.Graphs.GraphUtilities,
32-
DIRAC.DataManagementSystem.private.HttpStorageAccessHandler
32+
DIRAC.DataManagementSystem.private.HttpStorageAccessHandler,
33+
DIRAC.FrameworkSystem.private.standardLogging.LogLevels,
3334

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

0 commit comments

Comments
 (0)