Skip to content

Commit 3eb1769

Browse files
committed
Fix docs generation
1 parent 26c68e8 commit 3eb1769

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
@@ -149,7 +149,12 @@
149149
# Sphinx does not recognize generic type TypeVars
150150
# Container supposedly were fixed, but does not work
151151
# https://github.com/sphinx-doc/sphinx/pull/3744
152-
nitpick_ignore = []
152+
nitpick_ignore = [
153+
(
154+
"py:class",
155+
"opamp_pb2.RemoteConfigStatus",
156+
),
157+
]
153158

154159
cfg = ConfigParser()
155160
cfg.read("./nitpick-exceptions.ini")

0 commit comments

Comments
 (0)