Skip to content

Commit

Permalink
fix: ignoring failing files results in successful doc build.
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-ad committed Dec 2, 2024
1 parent 8169bc5 commit 0ed9e80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down

0 comments on commit 0ed9e80

Please sign in to comment.