We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c68e8 commit 3eb1769Copy full SHA for 3eb1769
1 file changed
docs/conf.py
@@ -149,7 +149,12 @@
149
# Sphinx does not recognize generic type TypeVars
150
# Container supposedly were fixed, but does not work
151
# https://github.com/sphinx-doc/sphinx/pull/3744
152
-nitpick_ignore = []
+nitpick_ignore = [
153
+ (
154
+ "py:class",
155
+ "opamp_pb2.RemoteConfigStatus",
156
+ ),
157
+]
158
159
cfg = ConfigParser()
160
cfg.read("./nitpick-exceptions.ini")
0 commit comments