Skip to content

Commit cb7ebda

Browse files
committed
Fix docs generation
1 parent a42958d commit cb7ebda

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,12 @@
139139
# Sphinx does not recognize generic type TypeVars
140140
# Container supposedly were fixed, but does not work
141141
# https://github.com/sphinx-doc/sphinx/pull/3744
142-
nitpick_ignore = []
142+
nitpick_ignore = [
143+
(
144+
"py:class",
145+
"opamp_pb2.RemoteConfigStatus",
146+
),
147+
]
143148

144149
cfg = ConfigParser()
145150
cfg.read("./nitpick-exceptions.ini")

0 commit comments

Comments
 (0)