We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42958d commit cb7ebdaCopy full SHA for cb7ebda
1 file changed
docs/conf.py
@@ -139,7 +139,12 @@
139
# Sphinx does not recognize generic type TypeVars
140
# Container supposedly were fixed, but does not work
141
# https://github.com/sphinx-doc/sphinx/pull/3744
142
-nitpick_ignore = []
+nitpick_ignore = [
143
+ (
144
+ "py:class",
145
+ "opamp_pb2.RemoteConfigStatus",
146
+ ),
147
+]
148
149
cfg = ConfigParser()
150
cfg.read("./nitpick-exceptions.ini")
0 commit comments