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 c74f114 commit 8be9b04Copy full SHA for 8be9b04
doc/conf.py
@@ -22,6 +22,10 @@
22
"DOFDescriptorLike": "pytential.symbolic.dof_desc.DOFDescriptorLike",
23
}
24
25
+nitpick_ignore_regex = [
26
+ ["py:class", r"boxtree\.array_context\.(.+)"],
27
+ ]
28
+
29
intersphinx_mapping = {
30
"arraycontext": ("https://documen.tician.de/arraycontext", None),
31
"boxtree": ("https://documen.tician.de/boxtree", None),
0 commit comments