File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 8989 ("py:class" , "p4p.nt.NTTable" ),
9090 # Problems in FastCS itself
9191 ("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+ ("py:obj" , "fastcs.launch.build_controller_api" ),
97+ ("docutils" , "fastcs.demo.controllers.TemperatureControllerSettings" ),
9298 # TypeVar without docstrings still give warnings
9399 ("py:class" , "fastcs.datatypes.T_Numerical" ),
94100 ("py:class" , "strawberry.schema.schema.Schema" ),
99105 (r"py:.*" , r"tickit.*" ),
100106]
101107
108+ suppress_warnings = ["docutils" ]
109+
102110# Both the class’ and the __init__ method’s docstring are concatenated and
103111# inserted into the main body of the autoclass directive
104112autoclass_content = "both"
You can’t perform that action at this time.
0 commit comments