We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292254c commit b81336aCopy full SHA for b81336a
1 file changed
docs/conf.py
@@ -151,6 +151,10 @@
151
"gp-libs": ("https://gp-libs.git-pull.com/", None),
152
}
153
154
+# Keep network lookups fast and quiet when inventories are slow or unreachable.
155
+intersphinx_timeout = 1
156
+suppress_warnings = ["intersphinx", "intersphinx.inventory"]
157
+
158
159
def linkcode_resolve(domain: str, info: dict[str, str]) -> None | str:
160
"""
0 commit comments