We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c21ad commit 27d6a19Copy full SHA for 27d6a19
docs/conf.py
@@ -60,6 +60,9 @@
60
*[p.stem for p in (HERE / "extensions").glob("*.py")],
61
]
62
63
+# Prefer PEP 604 union syntax (X | Y) to avoid unresolved typing.Union references.
64
+always_use_bars_union = True
65
+
66
# Enable math notation in mystnb
67
myst_enable_extensions = [
68
"amsmath",
@@ -112,7 +115,6 @@ def filter(self, record: pylogging.LogRecord) -> bool:
112
115
113
116
nitpick_ignore = [
114
117
("py:class", "sgkit.display.GenotypeDisplay"),
- ("py:data", "typing.Union"),
118
119
120
0 commit comments