diff --git a/doc/source/conf.py b/doc/source/conf.py index 7390890e9c..7483142d79 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -62,6 +62,9 @@ ignored_pattern += f"|{example_name}" ignored_pattern += "|11-server_types.py" ignored_pattern += "|06-distributed_stress_averaging.py" +ignored_pattern += "|00-wrapping_numpy_capabilities.py" +ignored_pattern += "|01-package_python_operators.py" +ignored_pattern += "|02-python_operators_with_dependencies.py" ignored_pattern += r")" # -- General configuration ---------------------------------------------------