Skip to content

Commit 6b64ac3

Browse files
committed
fix: exclusion of example file causing failure from doc-build
1 parent d2063fe commit 6b64ac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
ignored_pattern += f"|{example_name}"
6363
ignored_pattern += "|11-server_types.py"
6464
ignored_pattern += "|06-distributed_stress_averaging.py"
65+
ignored_pattern += "|02-python_operators_with_dependencies.py"
6566
ignored_pattern += r")"
6667

6768
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)