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 8169bc5 commit 0ed9e80Copy full SHA for 0ed9e80
doc/source/conf.py
@@ -62,6 +62,9 @@
62
ignored_pattern += f"|{example_name}"
63
ignored_pattern += "|11-server_types.py"
64
ignored_pattern += "|06-distributed_stress_averaging.py"
65
+ignored_pattern += "|00-wrapping_numpy_capabilities.py"
66
+ignored_pattern += "|01-package_python_operators.py"
67
+ignored_pattern += "|02-python_operators_with_dependencies.py"
68
ignored_pattern += r")"
69
70
# -- General configuration ---------------------------------------------------
0 commit comments