We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5a986 commit 9abf0a6Copy full SHA for 9abf0a6
docs/conf.py
@@ -89,6 +89,10 @@
89
("py:class", "p4p.nt.NTTable"),
90
# Problems in FastCS itself
91
("py:class", "fastcs.transport.epics.pva.pvi_tree._PviSignalInfo"),
92
+ ("py:class", "fastcs.logging._logging.LogLevel"),
93
+ ("py:class", "fastcs.logging._graylog.GraylogEndpoint"),
94
+ ("py:class", "fastcs.logging._graylog.GraylogStaticFields"),
95
+ ("py:class", "fastcs.logging._graylog.GraylogEnvFields"),
96
# TypeVar without docstrings still give warnings
97
("py:class", "fastcs.datatypes.T_Numerical"),
98
("py:class", "strawberry.schema.schema.Schema"),
0 commit comments