Skip to content

Commit 17b15d0

Browse files
committed
Add some sphinx ignores
1 parent 4bf7e9c commit 17b15d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@
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"),
@@ -99,6 +105,8 @@
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
104112
autoclass_content = "both"

0 commit comments

Comments
 (0)