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 7daf421 commit 9e0dfa3Copy full SHA for 9e0dfa3
docs/conf.py
@@ -188,7 +188,7 @@
188
with open(PROJECT_ROOT / "tools/tool-data.toml", "rb") as f:
189
numpydoc_skip_errors = tomllib.load(f)["numpydoc_skip_errors"]
190
191
-numpydoc_validation_checks = {"all"} + set(numpydoc_skip_errors)
+numpydoc_validation_checks = {"all"} | set(numpydoc_skip_errors)
192
193
# Add any paths that contain custom static files (such as style sheets) here,
194
# relative to this directory. They are copied after the builtin static files,
0 commit comments