We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01e0ff commit 873b134Copy full SHA for 873b134
docs/source/conf.py
@@ -58,7 +58,7 @@
58
if float(server_version) - float(minimum_version_str) < -0.05:
59
example_name = example.split(os.path.sep)[-1]
60
print(f"Example {example_name} skipped as it requires DPF {minimum_version_str}.")
61
- ignored_pattern += f"|{example_name}"
+ ignored_pattern += f"|{example_name}"
62
ignored_pattern += r")"
63
64
# -- General configuration ---------------------------------------------------
0 commit comments