Skip to content

Commit

Permalink
Skip unstable example in doc generation (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Jan 18, 2024
1 parent 2288db8 commit 70a5415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
print(f"Example {example_name} skipped as it requires DPF {minimum_version_str}.")
ignored_pattern += f"|{example_name}"
ignored_pattern += "|11-server_types.py"
ignored_pattern += "|06-distributed_stress_averaging.py"
ignored_pattern += r")"

# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 70a5415

Please sign in to comment.