We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e188bc9 commit 35fe339Copy full SHA for 35fe339
conf.py
@@ -110,6 +110,12 @@
110
autoapi_python_class_content = "both"
111
autoapi_python_use_implicit_namespaces = True
112
autoapi_root = "shared-bindings"
113
+
114
+# Suppress cache warnings to prevent "unpickable" [sic] warning
115
+# about autoapi_prepare_jinja_env() from sphinx >= 7.3.0.
116
+# See https://github.com/sphinx-doc/sphinx/issues/12300
117
+suppress_warnings = ["config.cache"]
118
119
def autoapi_prepare_jinja_env(jinja_env):
120
jinja_env.globals['support_matrix_reverse'] = modules_support_matrix_reverse
121
0 commit comments