Skip to content

Commit 0ed9e80

Browse files
committed
fix: ignoring failing files results in successful doc build.
1 parent 8169bc5 commit 0ed9e80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
ignored_pattern += f"|{example_name}"
6363
ignored_pattern += "|11-server_types.py"
6464
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"
6568
ignored_pattern += r")"
6669

6770
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)